> For the complete documentation index, see [llms.txt](https://firstoken.gitbook.io/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://firstoken.gitbook.io/api-docs/api-reference/payments.md).

# Payments

Our API allows developers to execute Payments functions via HTTPS client using TLS 1.2 protocol. The Payment API is a Web API that accepts JSON payloads and returns JSON-encoded responses and needs API key authentication. A payment response includes the status of the request. It also includes processor-specific information when the request is successful and errors if unsuccessful

{% hint style="success" %}
**Note:** All Payments requests must be called from the base URL <https://api.firstoken.co/v1/payments/>
{% endhint %}

{% hint style="info" %}
**Note:** In case, you have to make some sandbox tests you must be called from the base URL <https://api.firstoken-staging.co/v1/payments>
{% endhint %}
