Skip to main content
GET
/
integrations
/
vertofx
/
beneficiaries
/
{id}
Get Beneficiary Details
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx/beneficiaries/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": 4754,
    "accountNumber": "2092805598",
    "bankName": "United Bank for Africa Plc",
    "firstName": "John",
    "lastName": "Doe",
    "currency": "NGN",
    "beneficiaryCountryCode": "NG"
  }
}
Get VertoFX Beneficiary Details Description:
The /integrations/vertofx/beneficiaries/{id} endpoint retrieves detailed information about a specific beneficiary.
Method: GET Path Parameter:
ParameterTypeDescription
idstringThe unique identifier of the beneficiary

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Path Parameters

ParameterTypeInRequiredDescription
idstringpathBeneficiary ID

Responses

✅ 200 - Success

⚠️ 401 - Unauthorized

⚠️ 404 - Not Found

❌ 500 - Internal Server Error

Tags

VertoFx

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Beneficiary ID

Response

Success

success
boolean
data
object
I