post
https://api-v2.honeycoin.app/api/b2b/fiat/payout
This endpoint is a universal endpoint, below are schemas for different payouts such as mobile money or bank accounts and this endpoint allows you to payout to these destinations through this single endpoint.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
{
"amount": 100,
"currency": "KES",
"country": "KE", //ISO 3166-1 alpha-2 code
"externalReference": "test",
"payoutMethod": {
"accountName": "John Doe", // registered account name
"accountNumber": "254719624552" //phone code + phone number (no plus sign)
"code": "OperatorId" // optional. required for some currencies.
},
"destination": "MoMo"
}{
"amount": 100,
"currency": "KES",
"country": "KE", //ISO 3166-1 alpha-2 code
"externalReference": "test",
"payoutMethod": {
"accountName": "John Doe", // registered account name
"accountNumber": "1280179878793",
"code": "1243"
},
"destination": "Bank Account"
}{
"amount": 100,
"currency": "KES",
"country": "KE", //ISO 3166-1 alpha-2 code
"externalReference": "test",
"payoutMethod": {
"accountName": "John Doe",
"accountNumber": "12345677890",
"businessNumber": "123456"
},
"destination": "Paybill"
}{
"amount": 100,
"currency": "KES",
"country": "KE", //ISO 3166-1 alpha-2 code
"externalReference": "test",
"payoutMethod": {
"accountName": "John Doe",
"accountNumber": "123456"
},
"destination": "Till"
}{
"amount": 100,
"externalReference": "1234",
"externalAccountId": "zxEFheZW6DlnCgXJIJDz"
}{
"amount": 100,
"currency": "KES",
"country": "KE",
"externalReference": "test",
"debitCurrency": "USD",
"debitCountry": "US",
"payoutMethod": {
"accountName": "John Doe",
"accountNumber": "1234567890"
},
"destination": "MoMo"
}
