Skip to main content
POST
Create Beneficiary

Path Parameters

string
required
The account’s external ID (starts with acc_)

Request Body

string
default:"individual"
Type of beneficiary: individual or business
string
Title (e.g., Mr, Ms, Dr) - max 20 characters
string
required
First name (max 100 characters)
string
Middle name (max 100 characters)
string
required
Last name (max 100 characters)
string
required
Display name for the beneficiary (max 255 characters)
string
Company name (required for business beneficiaries, max 255 characters)
string
required
Email address (max 255 characters)
string
required
Phone number with country code (max 50 characters)
object
required
Beneficiary address
string
Tax identification number (max 50 characters)
string
required
Payout country code (ISO 3166-1 alpha-2)
string
Internal notes or comments

Response

string
Beneficiary identifier (starts with bene_)
string
Always returns "beneficiary"
string
Parent account external ID
string
Beneficiary type: individual or business
string
Title (e.g., Mr, Ms, Dr)
string
First name
string
Middle name
string
Last name
string
Display name
string
Company name
string
Email address
string
Phone number
object
Beneficiary address
string
Tax identification number
string
Payout country code
string
Internal notes or comments
string
Beneficiary status: active, disabled, or inactive
boolean
Whether beneficiary has been verified
array
Array of payout destination objects
string
ISO 8601 timestamp when created
string
ISO 8601 timestamp when last updated

Response Example