Skip to main content

Server notifications

Server notifications (callbacks) — is a service that sends real-time notifications on payment status changes in your app. You can receive timely statuses without the need to request them manually.

To receive notifications, configure your server and enable notifications in the RuStore Console.

info

Notification settings can be accessed only by the app Owners and Administrators. More about roles see in section Access and roles management in RuStore Console.

Limitations

Notifications only inform of changes in payment statuses. To get the full payment data, use purchase_token that is passed in the received notification. See receiving payment data with the RuStore API.

Notifications delivery guarantee

If RuStore does not receive Notification delivered successfully within 3 seconds, the notification is sent again. There are 16 subsequent attempts to send a notification within 36 hours. The time intervals between attempts increase with each attempt.

If there is no confirmation that the notification is received after all subsequent attempts, RuStore stops sending that notification.

In this section