Getting Started

To use our API, you must register in our merchant dashboard using the following links:

We recommend to start with the Sandbox environment first

After registration, go to the Navigation -> API Settings. There you find 2 values that are required for the integration:

  • API signature secret

  • Client ID

Then go to the Navigation -> Webhooks -> Settings and set a URL you want to receive webhooks to.

You can use the URL from https://webhook.site/ at the first stage, just to see how it works

With the API parameters and webhook set up, you're ready to make requests to our API. Each request must be correctly signed using the parameters provided. For instructions, refer to the Signing Requests page.

You also can test our API using our Postman collection

Last updated