๐ Transfer Transaction Workflow#
1. Name Enquiry#
Purpose: Retrieve the beneficiary's name before initiating a transfer.
2. Initiate Transfer#
โ
Success โ Deduction is successful, but the transfer status remains pending.
โ Failure โ Deduction failed (transaction not processed).
โ Note: A success response does not guarantee the final transfer success.
3. Check Transaction Status#
When to Call: After 30 seconds (from the transfer initiation).
โ
Success โ Transfer completed successfully.
โ Failure โ Transfer failed (funds may be reversed).
4. Webhook Notifications#
1.
Reversal: If the transfer is rolled back.
2.
Success: When the transfer is confirmed successful.
Action Required: Your system must respond with HTTP 200 to acknowledge receipt.
๐ Key Notes#
Always verify the final status via orderStatus before notifying end-users.
Monitor webhooks 24/7 to handle reversals or successful transfers promptly.
Modified atย 2025-04-22 06:20:17