Skip to main content
GET
/
v1
/
recipients
/
{recipientId}
Get Recipient by ID
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"
  }
}

Headers

x-client-id
string
Example:

""

x-client-secret
string
Example:

""

Response

Success Response

recipient
object