This API lets you make payouts to bank accounts and mobile money wallets
Understanding the sections below is required to fully comprehend how the payout API works.
After a payout is made, we will return a response containing a data object containing two unique identifiers of the transactions on our system, id
and reference
. We will also return the transaction status
and the reference [customerReference
] that identifies this transaction on your system for this transaction.
It is also important to note that only payouts with the status failed
should be retried. If you receive a Timeout Message
it doesn't mean the transaction has failed .
If the transaction requires a document upload [documentsRequired
], we will specify the type of document required.
{
"success": true,
"message": "Payout processed successfully",
"data": {
"id": 15893,
"reference": "FNCR_37548f434d32",
"customerReference": null,
"status": "processing",
"documentsRequired": []
}
}