v1
latestOpenAPI 3.1.02026-07-2631037.6 KBProcess a payment
put/payments/{reference}
Path parameters
referencestring required
Reference of the transaction
Request body
Example request
{
"channel": "cm.mtn",
"data": {
"country": "CM"
}
}Response
Payment processing initiated
Example response
{
"status": "Accepted",
"message": "Payment processing initiated",
"code": 202
}