Step 7: Get Order Status

Once the customer has completed the order, they will be redirected back to the URL you provided in return_url_on_success within the Create Order request.

The order might not be completed yet due to several factors such as waiting for payment confirmation or validating the customers KYC data. In order for your platform to give the customer some live updates you can call Get Order with the id field you received in the response to the Create Order request. Please ensure to call this at most around once per minute to ensure you do not hit your rate limit.

If you would like to instead receive a webhook when the status of the order changes then please see Webhooks .