The system of sending actions to your endpoint allows you to build your own algorithm of actions at this or that event and quickly react to it.Request structure#
The data encryption system is implemented in the same way as in the sending data example in the Example section. Below will be an example of decrypting the resulting webhook in python.Cycle of 5 repetitions#
To be sure that your endpoint has accepted our request, we repeat the submission 5 more times after the first time. After 5, 10, 30, 60 and 120 minutes respectively.If you have accepted the information at any time and do not want to accept the data again, please notify our system by replying to the webhook with a simple "success"
string response.Decription#
1.
Getting encrypted data to the endpoint.
3.
Process the data received.
Modified at 2024-08-08 07:28:57