Last updated 5 months ago
Fetch a beneficiary using their ID. The response includes the beneficiary's resolved account/merchant details.
Bank and inter-merchant beneficiaries are retrieved separately.
GET /v1/beneficiaries/bank-beneficiary/{id} HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
Success
{ "status": "success", "message": "text", "data": { "id": "text", "beneficiary_type": "bankAccount", "currency": "text", "country": "text", "full_name": "text", "email": "text", "phone_number": "text", "description": "text", "account_number": "text", "account_name": "text", "bank_name": "text", "bank_code": "text", "created_at": "2025-04-26T10:43:22.103Z", "edited_at": "2025-04-26T10:43:22.103Z" }, "meta": {}, "errors": { "ANY_ADDITIONAL_PROPERTY": [ "text" ] }, "is_error": true }
GET /v1/beneficiaries/gateway-beneficiary/{id} HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*