Callbacks
As a Merchant, you need to provide the callback URL to the Ayoconnect team during the onboarding process. You will receive a callback after every successful or failed 'Add Beneficiary', 'Disbursement', and 'Check Status' request. And the final responses are given in the callbacks, so you need to take decisions based on the status in the callbakcs, not the responses.
If the callback isn't successfully received by the merchant, Ayoconnect will retry to send it 3 more times.
After the fourth attempt, the callback won't be retried anymore and only can be delivered again by hitting the Check Status API. If you need further support, you can reach out to the Whatsapp group that has been created or send an email to [email protected].
Sometimes, you can receive duplicated callbacks from Ayoconnect either automatically or manually so you need to ensure there are no side effects from your side when receiving duplicated callbacks.
See the Callback samples here for Instant transfer.
Updated 3 months ago