cURL
curl --request GET \ --url https://api.chessa.ai/v1/recipients/{recipientId}
{ "recipient": { "accountName": "John Doe", "accountNumber": "0123456789", "bankCode": "058", "bankName": "Guaranty Trust Bank", "country": "NG", "createdAt": "2025-03-17T15:42:33.789Z", "currency": "NGN", "id": "rec_abcdef123456789", "type": "bank_account", "updatedAt": "2025-03-17T15:42:33.789Z" } }
Get a specific recipient by ID.
""
Success Response
Show child attributes
Was this page helpful?