Skip to main content
POST
/
v1
/
recipients
Create Recipient
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"
  }
}

Headers

x-client-id
string
Example:

""

x-client-secret
string
Example:

""

Body

application/json
accountName
string
Example:

"Maijid Moujaled"

accountNumber
string
Example:

"+233544444444"

code
string
Example:

"gh_mtn"

country
string
Example:

"GH"

currency
string
Example:

"GHS"

type
string
Example:

"mobile_money"

Response

Success Response

recipient
object