post
https://sandboxapi.fincra.com/disbursements/payouts
This API lets you make payouts to bank accounts, mobile money wallets, and crypto/stablecoin wallets. The payout category is determined by the paymentDestination field — see the request examples for each category.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Sample Payload
{
"sourceCurrency": "NGN",
"destinationCurrency": "NGN",
"amount": "5000",
"description": "Payment for services",
"paymentDestination": "bank_account",
"beneficiary": {
"firstName": "John",
"lastName": "Doe",
"accountHolderName": "John Doe",
"type": "individual",
"accountNumber": "0123456789",
"bankCode": "044"
}
}
