v1

latestOpenAPI 3.1.02026-07-2631037.6 KB

Create a beneficiary

post/beneficiaries

Request body

OR

Example request

{
  "channel": "cm.mtn",
  "name": "John Doe",
  "email": "john@example.com",
  "description": "Employé",
  "country": "CM",
  "reference": "ref_123456789"
}

Response

Beneficiary created

codeinteger required
statusstring required
messagestring required

Example response

{
  "code": 201,
  "status": "Created",
  "message": "Beneficiary created successfully"
}