Initiate a payout to a beneficiary account.
POST/v1/payouts
| Name | In | Type | Required | Description |
|---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
| Field | Type | Required | Description |
|---|---|---|---|
amount | number | Yes | Amount to be paid out in kobo (minimum: 20000 = ₦200) |
source.account_number | string | Yes | Source account number for the payout |
beneficiary.bank_code | string | Yes | Bank code of the beneficiary’s bank |
beneficiary.bank_name | string | Yes | Name of the beneficiary’s bank |
beneficiary.account_number | string | Yes | Beneficiary’s account number (must be validated using /api-reference/banks/resolve-account) |
beneficiary.account_name | string | Yes | Beneficiary’s account name (obtained from resolve account response) |
reference | string | Yes | Unique reference for this payout request (max 30 characters) |
meta_data | object | No | Additional metadata for the transaction |
remark | string | Yes | Description or note for the payout |
PAYOUT_USER123_20260119PAY_INV_456789SALARY_EMP001_JAN26200 OKapplication/json
Provide your API key in the 'apikey' header.
Provide the required values for the request body.
OK
The response is of type object.