Transfer
POST {{BASE_URL}}/payment/payout
The endpoint to initiate a bank transfer
| Fields | Data Type | Description | Required |
|---|---|---|---|
| amount | Integer | Amount in kobo | Mandatory |
| isNaira | Boolean | Flag true to send amount as naira instead of Kobo | Optional |
| bank_code | String | bank code returned on the bank list endpoint | Mandatory |
| bank_name | string | The bank name returned on the bank list endpoint | Mandatory |
| account_number | string | account number to be credited | Mandatory |
| account_name | string | Account name returned on the account details endpoint | Mandatory |
| description | string | bank transfer description | Mandatory |
| pin | integer | transaction pin | Mandatory |
Request Body
{"amount"=>2000000, "bank_code"=>999999, "bank_name"=>"VFD MFB", "account_number"=>"1001029012", "account_name"=>"Modupe Kingdom", "description"=>"Tranfer to user okky", "pin"=>"Transaction pin"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
api-key | string | ||
public-key | string | ||
reference-id | string | ||
idempotencykey | string |