v1

latestOpenAPI 3.1.02026-07-2631037.6 KB

Process a payment

put/payments/{reference}

Path parameters

referencestring required

Reference of the transaction

Request body

channelstring required
client_ipstring

Example request

{
  "channel": "cm.mtn",
  "data": {
    "country": "CM"
  }
}

Response

Payment processing initiated

statusstring required
messagestring required
codeinteger required

Example response

{
  "status": "Accepted",
  "message": "Payment processing initiated",
  "code": 202
}