Webhooks
Last updated
Last updated
After a confirmation of a transaction by the external payment system, a notification (Callback) with the final status of the transaction will be sent to the Merchant’s site.
Notification (Callback) - is a POST request, containing information about the results of a successful and unsuccessful operations, which is sent to the special addresses specified by the client and transmits the data of a specific transaction in the form of a set of parameters.
You need to specify the address for callbacks in a letter to the technical support. In addition, you can set different addresses for callbacks about successful and unsuccessful transactions.
The parameter status_id
contains transaction status.
Status will be sent repeatedly until json {"result": "ok"}
respond received, with periods 45s, 2, 5, 10, 30 minutes, and once per hour during twenty-four hours.
Content in this section: