Callbacks
Last updated
Last updated
To receive callbacks from us if the status of your transactions changes, you need to do the following:
Specify a callback url by contacting us by email.
Having passed this callback url to us, we will set it in the DB, and from then on it you will receive callbacks.
Here is an example of callback body with notification at the moment the order status changes:
In response to successful callback processing, status 200 is expected.
If there is no response to the callback or there is a non-200 response, then we will repeat sending this callback.
* Each time we increase the interval between sending the callback. The initial interval is 60 secs, but no longer than 24 hours (if you do not accept a callback within a day, it stops being sent).