
Live Testing in the API Reference
With Live Testing, you can execute certain endpoints directly from the API Reference. On the same page, fill in the request fields with your integration data and see the response of the API immediately after execution, within the documentation flow itself.
This allows you to test endpoints while reading the documentation, making it easier to validate parameters, payloads, and API responses.
Currently, Live Testing is available for an initial set of endpoints: Payment methods, OAuth, Orders, Point Orders, QR Code, Physical Stores, and Points of Sale.
| Resource | Endpoint |
| Payment methods | - Get payment methods |
| OAuth | - Create and refresh token |
| Orders | - Create order - Search order - Capture order totally - Cancel order by ID - Add transactions to the order - Update a transaction from the order - Delete a transaction from the order - Process order by ID - Get order by ID - Refund order |
| Point - Orders | - Create order - Get order by ID - Cancel order by ID - Refund order |
| QR Code | - Create order - Get order by ID - Cancel order by ID - Refund order |
| Physical stores | - Get store - Create store - Search stores - Update store - Delete store |
| Points of Sale | - Create POS - Search POS - Get POS - Update POS - Delete POS |
Try Live Testing on the available endpoints and validate your integration in real time. Coverage will be expanded gradually as more APIs are enabled for this feature.