create_transfer_recipient: Create Transfer Recipient

Description Usage Arguments

Description

Creates a new recipient. A duplicate account number will lead to the retrieval of the existing record.

Usage

1

Arguments

authorization

set_keys("", "SECRET_KEY")$secret, equivalent of "-H Authorization: Bearer SECRET_kEY"

...

Body Params

account_number

string. Required if type is nuban

bank_code

string. Required if type is nuban. You can get the list of Bank Codes by calling the List Banks endpoint.

name

string. REQUIRED A name for the recipient

type

string. REQUIRED nuban / authorization

metadata

object. Store additional information about your recipient in a structured format. JSON

currency

string. Currency for the account receiving the transfer.

description

string. Short desscription if necessary

authorization_code

string. An authorization code from a previous transaction


ebinabo/paystack documentation built on May 16, 2019, 8:16 p.m.