Point of Sale (POS) payments involve processing transactions at a physical location using various payment methods such as credit cards, debit cards, and other payment instruments. The POS system captures transaction details, processes them through a payment gateway, and provides a response indicating the success or failure of the transaction.
This documentation covers the Point of Sale (POS) payment endpoints, including payment authorization, capture and credit transactions. It also includes detailed descriptions of the request and response formats, as well as common error codes and their meanings.
Currently, we support card present payments only with Amex cards.
The base URL to use in these following endpoints will be: https://api.firstoken.co/v1/
In case of sandbox environment you should use this URL: https://api.firstoken-staging.co/v1/
Codes of response
200 OK
Description: The request was successful, and the server has returned the requested data.