v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Payouts

Payout to Bank in a supported Country.

post/v0.2.4/payouts/bank

Request body

subAccountstring

Subaccount (Wallet Account) to payout from, if any.

turnOffNotificationboolean

disables email and other notifications from Chimoney.

debitCurrencystring

Wallet Currency to debit from.

Example request

{
  "subAccount": "1234567",
  "debitCurrency": "CAD",
  "banks": [
    {
      "countryToSend": "Nigeria",
      "account_bank": "044",
      "account_number": "0690000031",
      "valueInUSD": 10,
      "amount": 10,
      "reference": "1234567890",
      "fullname": "Jane Doe",
      "branch_code": "GH190101",
      "narration": "Monthly Salary Payment",
      "collectionPaymentIssueID": "1209992222"
    }
  ]
}

Response

Success.

statusstring

Status of the request.

messagestring

message of the request.

Example response

{
  "status": "success",
  "message": "Bank Payout is successfull"
}