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…
Production IP policy: If your account has an active IP allowlist, this request must originate from an allowed IPv4 address. A rejected request returns HTTP400witherrorCode: "IP_NOT_ALLOWED". See IP Allowlisting.
{
"amount": 100,
"currency": "KES",
"country": "KE",
"externalReference": "test",
"payoutMethod": {
"accountName": "John Doe",
"accountNumber": "254719624552",
"code": "OperatorId"
},
"destination": "MoMo"
}{
"amount": 100,
"currency": "KES",
"country": "KE",
"externalReference": "test",
"payoutMethod": {
"accountName": "John Doe",
"accountNumber": "1280179878793",
"code": "1243"
},
"destination": "Bank Account"
}{
"amount": 100,
"currency": "KES",
"country": "KE",
"externalReference": "test",
"payoutMethod": {
"accountName": "John Doe",
"accountNumber": "12345677890",
"businessNumber": "123456"
},
"destination": "Paybill"
}{
"amount": 100,
"currency": "KES",
"country": "KE",
"externalReference": "test",
"payoutMethod": {
"accountName": "John Doe",
"accountNumber": "123456"
},
"destination": "Till"
}{
"amount": 100,
"externalReference": "1234",
"externalAccountId": "zxEFheZW6DlnCgXJIJDz"
}debitCountry is required whenever debitCurrency is XOF, including same-currency payouts; it is optional for other debit currencies, including USD. Omit it when debitCurrency is absent.
{
"amount": 100,
"currency": "KES",
"country": "KE",
"externalReference": "test",
"debitCurrency": "USD",
"debitCountry": "US",
"payoutMethod": {
"accountName": "John Doe",
"accountNumber": "254712345678"
},
"destination": "MoMo"
}