Getting Started
To use our API, you must register in our merchant dashboard using the following links:
Environment
URL
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.
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.
Last updated