Create beneficiary

Creates a new beneficiary for the given client. The beneficiary can be either external (identified by account details such as IBAN/account number plus bank details) or internal (linked to another Toqio account). Once created the beneficiary can be used as the destination of a payment via the Create Transaction endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

clientId

string
required

customerId

Body Params

Beneficiary details to create

string

The id of the client

string
enum
Allowed:
string
length ≤ 100
string
required
length ≤ 100
string
length ≤ 100
string
length ≤ 1000
string
enum

The asset of the beneficiary

string

Name of the beneficiary bank

string
required

Country of the beneficiary bank

string
string

For US, Australian and Canadian accounts

string

Just for Australian accounts

string

Just for Canadian accounts

string
string

Just for US accounts

string

Mexican CLABE (18 digits). Required for Mexican accounts (bankCountry MX)

string

Indian IFSC code. Required for Indian accounts (bankCountry IN)

string

Chinese CNAPS code. For Chinese accounts (bankCountry CN)

string
^(\d){7,8}$

Just for UK accounts

string
^[0-9]{6}$

Just for UK accounts

string
length ≤ 100
^[ÑA-Zña-z0-9.\s-]+$

required if type is PERSON

string
length ≤ 100
^[ÑA-Zña-z0-9.\s-]+$

required if type is PERSON

string
length ≤ 60

required if type is COMPANY

boolean
Defaults to true

allows a user to display or not a beneficiary. True by default

Responses

201

Created

401

Unauthorized

403

Forbidden

404

Not Found

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*