Asynchronous notifications are submitted using the HTTP POST method. When requesting, use the FormData form to pass data, and when responding, return data in JSON format.
Asynchronous notifications will be sent in certain cases such as: order payment success, order status change, etc. If a response indicating "OK" is not received, the notification will be resent after 1 minute. If there is still no response, it will be resent after 5 minutes, followed by intervals of 10 minutes, 30 minutes, 1 hour, and 2 hours, for a total of 7 attempts.
📌The asynchronous notification interface does not use the standard request data template.