When a user pays for your order, we send you a webhook notification indicating that the order has been successfully paid. You must verify and confirm receipt of the order information.
To validate the signatures of incoming requests, you need to obtain a secret key.
The secret key is available in your personal account under the API Keys section.
Processing Webhook Responses
If confirmation is not received, the system will automatically resend the notification every hour. Retries continue for 24 hours — either until a successful response is received or the maximum of 24 attempts is reached.
Your server must return an HTTP status 200 and include the string OK in the response body.