Skip to main content
POST
/
v1
/
recipients
/
validate
Validate Recipient
curl --request POST \
  --url https://api.chessa.ai/v1/recipients/validate \
  --header 'Content-Type: application/json' \
  --data '
{
  "accountNumber": "233544444444",
  "code": "gh_mtn"
}
'
{
  "accountName": "Maijid Moujaled",
  "accountNumber": "233544444444",
  "bankName": "MTN Mobile Money",
  "code": "gh_mtn",
  "valid": true
}

Headers

x-client-id
string
Example:

""

x-client-secret
string
Example:

""

Body

application/json
accountNumber
string
Example:

"233544444444"

code
string
Example:

"gh_mtn"

Response

Success Response

accountName
string
Example:

"Maijid Moujaled"

accountNumber
string
Example:

"233544444444"

bankName
string
Example:

"MTN Mobile Money"

code
string
Example:

"gh_mtn"

valid
boolean
Example:

true