Payment notification
A webhook is an HTTP-based callback notification. Sent as a POST request to your processing URL and contains the Token header to validate the request.
We send several types of notifications, it can be either a Transaction or an Invoice.
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.
đź’ˇ
Don't forget to add our IP address 82.117.255.226 to the whitelist to avoid blocking requests.