Callback
The Callback functionality allows you to receive real-time updates on the status of a payment by sending notifications to your specified payment callback URL. When certain events or changes occur related to the payment, such as a successful transaction or a failed payment, the callback is triggered and a notification is sent to your endpoint.
To ensure proper setup of your callback URL and to obtain a unique client secret key, we highly recommend referring to the comprehensive instructions provided in the introductory section below. Following these detailed guidelines will facilitate the seamless configuration of the callback functionality in a professional and efficient manner. Access the Introduction section for step-by-step instructions.
POST
Upon successful processing of the callback request, we expect you to give us a response in the following format:
The "message" field indicates the status of the callback request. In this case, the value "OK" signifies that the callback was successfully received and processed by your system.
Please ensure you follow these instructions carefully to successfully configure your callback URL and obtain the necessary callback key. If you require further assistance or have any questions, please do not hesitate to reach out to our support team. 🍻
{
"message": "OK"
}