Skip to main content
POST
Create Beneficiary
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Description:
The /integrations/vertofx/beneficiaries endpoint allows creation of new beneficiaries in the VertoFX system.
Authorization:
  • Required role: admin or higher
Method: POST Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
firstName
string
required

First name of the beneficiary

lastName
string
required

Last name of the beneficiary

email
string<email>
required

Email address of the beneficiary

bankName
string
required

Name of the beneficiary's bank

accountNumber
string
required

Bank account number

currency
string
required

Currency code (e.g., USD, EUR, NGN)

beneficiaryCountryCode
string
required

Country code of the beneficiary

beneficiaryAddress
string
required

Address of the beneficiary

beneficiaryCity
string
required

City of the beneficiary

beneficiaryEntityType
enum<string>
required

Type of entity

Available options:
individual,
company
beneficiaryPostcode
string

Postal code of the beneficiary

beneficiaryCompanyName
string

Company name (if entity type is company)

Response

Success

success
boolean
data
object
message
string