General Information

Webhook is a kind of callback method used to receive payment information. When the status of an invoice changes, a POST request is sent to the url_callback specified either during invoice creation.

circle-info

The Webhook expects your server to respond with a status code in the 2xx range. If it receives any other status code, it will retry sending the request up to 10 times until a successful response is received.

circle-exclamation
triangle-exclamation

For a detailed description of which order statuses trigger webhooks, how they behave during the payment lifecycle, and how appeal-related status changes are handled, see:

Last updated