cURL
curl --request POST \ --url https://api.chessa.ai/v1/recipients \ --header 'Content-Type: application/json' \ --data ' { "accountName": "Maijid Moujaled", "accountNumber": "+233544444444", "code": "gh_mtn", "country": "GH", "currency": "GHS", "type": "mobile_money" } '
{ "recipient": { "accountName": "Maijid Moujaled", "accountNumber": "233544444444", "code": "gh_mtn", "country": "GH", "createdAt": "2025-03-17T15:42:33.789Z", "currency": "NGN", "id": "91fcd725-0678-4248-8206-331adde1dcc3", "type": "mobile_money", "updatedAt": "2025-03-17T15:42:33.789Z" } }
Create a new recipient for bank transfers.
""
"Maijid Moujaled"
"+233544444444"
"gh_mtn"
"GH"
"GHS"
"mobile_money"
Success Response
Show child attributes
Was this page helpful?