Create VertoFX Beneficiary
Description:
The /integrations/vertofx/beneficiaries
endpoint allows creation of new beneficiaries in the VertoFX system.
Method: POST
Request Payload:
Parameter | Type | Description |
---|---|---|
firstName | string | First name of the beneficiary |
lastName | string | Last name of the beneficiary |
string | Email address of the beneficiary | |
bankName | string | Name of the beneficiaryās bank |
accountNumber | string | Bank account number |
currency | string | Currency code (e.g., USD, EUR, NGN) |
beneficiaryCountryCode | string | Country code of the beneficiary |
beneficiaryAddress | string | Address of the beneficiary |
beneficiaryCity | string | City of the beneficiary |
beneficiaryPostcode | string | Postal code of the beneficiary |
beneficiaryEntityType | string | Type of entity (individual, company) |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Success
The response is of type object
.