Callbacks
After confirmation of the transaction by the external payment system, a notification (callback) with the final status of the transaction will be sent to the merchant’s website.
A callback is a POST request containing information about the results of successful and unsuccessful operations, which is sent to special addresses specified by the client and transmits data on a specific transaction in the form of a set of parameters.
The address to which the notification is sent must be provided at the beginning of the integration.
The transaction status is contained in the parameter status
.
The status will be sent again until the http code 200 is received with a period of 5 minutes.
Transaction Success Conditions
The operation is considered successful if its status is equal to:
3
success
The operation is considered unsuccessful if its status is equal to:
4
Fail
Processing statuses
1
Internal
2
Processing
The need to withdraw or credit funds is determined on the merchant’s side.
Last updated