Skip to main content
PUT
Update VertoFx Beneficiary
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the beneficiary to update.

Body

application/json
firstName
string
Example:

"John"

lastName
string
Example:

"Doe"

bankCode
string
Example:

"123"

accountNumber
string
Example:

"000111222"

Response

Beneficiary updated successfully

id
string
Example:

"beneficiary_123"

firstName
string
Example:

"John"

lastName
string
Example:

"Doe"