Verification

This returns the status of the transaction

Request URL

Response Body

{
  "requestSuccessful": true,
  "responseData": {
    "merchantCode": "Nai0000319",
    "paymentReference": "08168287e5dc4d84b329452b5a0ff96e",
    "merchantReference": "cb252a55-284c-458d-9b30-a0e186e73529",
    "amountCollected": 200,
    "amount": 200,
    "callBackUrl": "https://merchant.pelpay.ng?adviceReference=42179fbd-ab74-4795-ab33-e60b23f0e2b9&paymentReference=08168287e5dc4d84b329452b5a0ff96e",
    "processorCode": "00",
    "transactionStatus": "Successful",
    "currencyCode": "NGN",
    "accountNumber": "bc86b1ee91cf13bc73db63043e8a22f8b480f4a39b9a0bad57c27d83401212c8",
    "accountNumberMasked": "5399*****1010",
    "narration": "test",
    "env": "Test",
    "message": "Successful",
    "returnUrl": "http://178.62.116.233:84/payment/card/webhook?adviceReference=42179fbd-ab74-4795-ab33-e60b23f0e2b9&paymentReference=08168287e5dc4d84b329452b5a0ff96e",
    "customerName": "test test",
    "paymentDate": "2024-02-27T07:33:46.674142+01:00"
  },
  "message": "Successful",
  "responseCode": "00"
}

Last updated