Creates a new recipient. A duplicate account number will lead to the retrieval of the existing record.
1 | create_transfer_recipient(authorization, ...)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.