API documentation
To use the payment api there are simple steps to follow.
Create and order using newOrder endpoint and provide callback and redirection urls
Save the ID and hash we provided.
Redirect user to the url we returned in newOrder request
After the payment user will be redirected to the url you provided us as returnUrl.
Show user the receipt.
You will receive a request to the statusHookUrl you provided. This message contains secret
Use our getStatusByHash endpoint to validate that the order has been confirmed and the amounts match
Return us the secret as response to the statusHook request.
Last updated