Beneficiaries
Update a beneficiary
This endpoint update a beneficiary.
POST
Header
string
required
x-client-id.string
required
Bearer
YOUR_TOKEN_HERE.Parameters
string
required
Two-letter ISO 3166-2 country code.
string
required
Entity type of the beneficiary.
One of
One of
individual, companystring
required
Email of the beneficiary.
string
required
Nickname of the beneficiary.
Maximum length 120string
First name of the beneficiary.
Maximum length 45string
Last name of the beneficiary.
Maximum length 45string
Company name of the beneficiary.
Maximum length 120string
required
Payment method of the beneficiary.
One of
One of
local, swiftstring
required
Bank name of the beneficiary’s bank account.
Maximum length 240string
required
Bank street address.
Maximum length 240string
required
Account holder name of the beneficiary’s bank account.
Maximum length 36string
required
Two-letter ISO 3166-2 country code.
string
required
City of the beneficiary.
Maximum length 36string
required
State of the beneficiary.
Maximum length 96string
required
Street address of the beneficiary.
Maximum length 255string
required
Postal code of the beneficiary.
Maximum length 12string
required
Clearing system.
Maximum length 30string
required
Number of the account this beneficiary is associated with.
Maximum length 60string
Swift code.
Maximum length 30Response
number
Indicates whether the call was successful. 200 if successful, 400 if not.
string
Response Message. “Success” if successful, others not.