CURL Example | GET Status deposit order#
curl --request GET \
--url https:
--header 'Authorization: Bearer YOUR TOKEN' \
--header 'Content-Type: application/json' \
When checking the status, specify the externalId you received in response to the payment creation request.If you receive an error or a non-final status, repeat the status request every 5 minutes until you receive one of the final statuses.
The system has the following set of statuses:
Created - the order has been successfully created and awaits processing
Processing - interim status, the order is being processed
Success - final status, the payment was successfully processed
Failed - final status, the payment was not processed