cURL
curl --request GET \ --url http://localhost:8080/v1/beneficiaries/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "ben_cq1234567890abcdef", "merchant_id": "<string>", "type": "individual", "status": "pending", "first_name": "<string>", "last_name": "<string>", "company_name": "<string>", "email": "[email protected]", "phone": "<string>", "country": "<string>", "bank_name": "<string>", "account_number": "<string>", "iban": "<string>", "swift_bic": "<string>", "wallet_address": "<string>", "wallet_network": "<string>", "token_contract": "<string>", "token_symbol": "<string>", "address_verified": true, "metadata": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Merchant API key: ak_live_... or ak_test_...
ak_live_...
ak_test_...
Resource identifier (xid format)
Beneficiary details
"ben_cq1234567890abcdef"
individual
business
pending
verified
blocked
Show child attributes