Webhook URL
Description
The task of this functionality is to send data about the paid invoice to the merchant's server. This is necessary in order to automatically process the payment in the merchant's store and issue the product or service to your buyer.
The WH URL is set individually for each project as a link to the scripts and payment handlers inside the merchant's store.
Every time the invoice status changes to "Paid", the service sends a POST request to this URL in the following format:
Answer parameters
Delivery frequency
At the WH URL, the server should respond with an HTTP code of 200.
If the server response will be with HTTP code different from 200, then the service will consider the notification undelivered. In this case, the service will send repeated requests to this WH URL with the following frequency:
5 minutes after the last failed delivery
After 15 minutes
After 30 minutes
After 1 hour
After 3 hours
After 6 hours
After 12 hours
After 24 hours
Further attempts to deliver the notification are stopped.
Last updated