v1
latestOpenAPI 3.1.02026-07-2631037.6 KBCreate a beneficiary
post/beneficiaries
Request body
Example request
{
"channel": "cm.mtn",
"name": "John Doe",
"email": "john@example.com",
"description": "Employé",
"country": "CM",
"reference": "ref_123456789"
}Response
Beneficiary created
Example response
{
"code": 201,
"status": "Created",
"message": "Beneficiary created successfully"
}