Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | The ID of the beneficiary to update. |
Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
firstName | string | ā | |
lastName | string | ā | |
bankCode | string | ā | |
accountNumber | string | ā |
Responses
ā 200 - Beneficiary updated successfully
ā ļø 400 - Bad Request
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
Tags
VertoFx
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
The ID of the beneficiary to update.
Body
application/json