Callback url configuration#
The callback addresses can configure in the corresponding areas of the merchant's back - end. Or it can be directly passed as a parameter when calling the interface.

Callback status#
Code | Status | Description |
---|
00 | Success | Successful |
01 | Initiated | Initialized |
02 | Paying | In the process of payment |
03 | Pending | Pending |
04 | Refunded | Refunded |
05 | Canceled | Canceled |
06 | Failed | Failed |
07 | Not found | Not found |
Sandbox callback simulator#
In merchant backend system, sandbox env, transaction list, the waiting for payment transactions will have a "Mark Success" button,after click this button, and click the "Check Transaction" button in the prompt window, Ayolinx will callback this transaction according to the callback url that you configured.

Callback fail retry rules#
If an exception (timeout or unexpected response code etc) occured when Ayolinx callback merchant, Ayolinx will retry this callback 4 times, first retry is after 1 minutes, second retry is after 5 minutes, third retry is after 10 monites and last retry is after 1 hour, if any retry succeed or the last retry still failed, will stop retryModified at 2025-07-03 07:02:10