API documentation

To use the payment api there are simple steps to follow.

  1. Create and order using newOrder endpoint and provide callback and redirection urls

  2. Save the ID and hash we provided.

  3. Redirect user to the url we returned in newOrder request

  4. After the payment user will be redirected to the url you provided us as returnUrl.

  5. Show user the receipt.

  6. You will receive a request to the statusHookUrl you provided. This message contains secret

  7. Use our getStatusByHash endpoint to validate that the order has been confirmed and the amounts match

  8. Return us the secret as response to the statusHook request.

Last updated