v1

latestOpenAPI 3.1.02026-07-266133267.6 KB

Create Beneficiary

This lets you create a beneficiary

post/v3/beneficiary

Request body

namestring required

Beneficiary Name

emailstring

Email Address

type'business' | 'individual' required

business or individual

destinationstring

ID of the destination attached to the beneficiary

metadatastring json

Set of key-value pairs to attach to the beneficiary

tax_idstring

Tax ID of the beneficiary. (CPF or CPNJ is mandatory for payouts to Brazil)

national_identification_numberstring

National ID of the individual

registration_numberstring

Registration number of the business (Mandatory if destination_details.type is a wallet and type is business)

date_of_birthstring

Date of birth of individual, Format DD-MM-YYYY (Mandatory if destination_details.type is a wallet and type is individual)

nationalitystring

ISO 3166-1 alpha-2 country code representing the beneficiary's nationality (e.g., US, GB, IN, FR). Optional field used for enhanced compliance screening. Sending this field will reduce compliance hold.

party_classification'self' | 'third_party'

Type of relationship between beneficiary and creator of beneficiary Possible values - self, third_party (Mandatory if destination_details.type is a wallet)

name_localstring

Name in local language

Response

200

date_of_birthstring

Date of birth of the beneficiary in YYYY-MM-DD format.

nationalitystring

ISO 3166-1 alpha-2 country code representing the beneficiary's nationality. Optional field used for enhanced compliance screening. Sending this field will reduce compliance hold.

destinationstring

Identifier or reference to the beneficiary's payment destination (bank account, wallet, etc.).

documentsobject[]

List of documents associated with the beneficiary (e.g., ID proof, address proof).

emailstring

Email address of the beneficiary.

namestring

Full name of the beneficiary.

name_localstring

Local language representation of the beneficiary's name, if applicable.

national_identification_numberstring

National identification number or equivalent ID.

party_classificationstring

Classification of the beneficiary.Possible Values - 'self', 'third_party'.

registration_numberstring

Registration or incorporation number for business beneficiaries.

tax_idstring

Tax identification number for the beneficiary.

typestring

Specifies whether the beneficiary is an 'individual' or a 'business'.