Add Beneficiary

Add new beneficiary

post
/v1/beneficiaries
Authorizations
Body
namestringOptional

The name of the beneficiary (required when type is BUSINESS)

firstNamestringOptional

The first name of the beneficiary (required when type is INDIVIDUAL)

lastNamestringOptional

The last name of the beneficiary (required when type is INDIVIDUAL)

emailstringOptional

The email of the beneficiary (required when type is not OWN_ACCOUNT)

telephonestringOptional

The telephone number of the beneficiary (required when type is not OWN_ACCOUNT)

countrystringOptional

The country of the beneficiary in ISO31661Alpha3 format (required for offshore payouts when type is not OWN_ACCOUNT)

typestringRequired

The type of the beneficiary. OWN_ACCOUNT beneficiaries are used when the payout is to be made to a wallet owned by the business. In this case, the accountDetails should contain the wallet account details. INDIVIDUAL and BUSINESS beneficiaries are used when the payout is to be made to a third party. In this case, the accountDetails should contain the bank account details of the beneficiary.

addressLine1stringOptional

The address line 1 of the beneficiary (required for offshore payouts)

addressLine2stringOptional

The address line 2 of the beneficiary (required for offshore payouts)

postalCodestringOptional

The postal code of the beneficiary (required for offshore payouts)

citystringOptional

The city of the beneficiary (required for offshore payouts)

statestringOptional

The state of the beneficiary (required for offshore payouts)

currencystringOptional

The currency of the beneficiary

Responses
chevron-right
200

200 response

application/json
idstringRequired

The ID of the created beneficiary

messagestringRequired

Beneficiary created successfully

post
/v1/beneficiaries
200

200 response

Create Beneficiary Example

Here's an example of how creating a beneficiary with the API would look like for an individual or business.

Last updated