post
https://api.multisafepay.com/v1/json/orders
Create an order for Point of Sale
Authentication
Authentication for this endpoint requires a terminal group API key. For more information, see Terminal group ID and API key
User Guide
Before starting to create POS orders, ensure that you have correctly integrated the corresponding POS solution. For more information, see POS solutions and POS user guide.
To create an order for a Point of Sale (POS) transaction:
- Select your solutions from the dropdown menu, under Body Params:
- Cloud mode: The payment is initiated from an external device and completed on the payment device.
- App-to-app: The payment is initiated from your app and completed on the same device.
- Web-to-app: The payment is initiated on a web interface and completed on the app on the same device.
- In your own backend, include the required parameters in the request body, such as
amount,currency,description, andorder_id. Parameters may vary based on the selected solution. - Transactions can only be tested in the live environment. To test the endpoint, use valid parameters and a LIVE terminal group API key.
- Additionally, for cloud mode orders, you can subscribe to Event notifications to receive real-time updates on the payment status.