POS Mode
Overview
The SmartPOS device, in its POS (Point of Sale) mode, allows merchants to process payments quickly and securely by integrating the device through an API. This mode is ideal for in-person sales environments and helps enhance the customer experience by accepting multiple payment methods.
Sequence diagram
API Endpoints
Operation | Method | Endpoint | |
---|---|---|---|
List points of sale | GET | /api/v4/point-of-sales | Documentation |
Create intent | POST | /api/v4/point-of-sales/{uuid}/intents | Documentation |
Get intent info | GET | /api/v4/payments/intents/{uuid} | Documentation |
More information
See the API Reference for detail information about the integration.