USSD Payment

USSD Payment

POST /api/process/ussdpayment/:adviceReference

Process a USSD Payment

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Request body
{
  "bankCode": "058"
}

Response

{
  "requestSuccessful": true,
  "responseData": {
    "reference": "*737*000*5187#",
    "amount": 100,
    "status": "Processing",
    "retrievalReference": "24022150002165705187",
    "institutionCode": "058",
    "subMerchantName": "ChamsBusiness | Chams Switch",
    "transactionID": "24022150002165705187",
    "traceID": "29f97c58-e198-492e-a857-a9374accb1a6",
    "responseMessage": "Success"
  },
  "message": "Successful",
  "responseCode": "00"
}

Last updated