Invoice webhook

Invoice webhook

A webhook is an HTTP-based POST message sent from our servers to the merchant’s e-commerce server with Invoice data.

To secure your payment handler, the webhook will contain a Token header. Before processing the paid invoice, ensure that the header data matches the secret parameter specified when you created the invoice. Skipping this check may compromise the security of your application.

The webhook will be sent only once, when the payment is completed (i.e., when the required number of confirmations has been reached).

The response to the webhook must be HTTP status code 200; otherwise, the request will be retried at intervals, up to a maximum of 10 times.

💡

Add our notification IP address, 82.117.255.226, to the whitelist so you don’t miss a payment.