Check the Status of a transaction.

The status of a transaction can be checked your this endpoint

Url Post Request

Demo url: sandbox.powershop.ng:8081/v1/merchant/transaction/status/request
{
"referenceNumber": "123456"
"disco": "aedc
}
Element Type Description
referenceNumber String - compulsory This is the reference number generated by our api during the meter number verification stage
disco Enum - aedc, jed , kedco this is disco you want to verify against the meter number

If the request was successful, in return you get the json payload as shown below

Successful Response Payload


{
"status": "Success",
"description": "Successful Transaction retrieval ",
"code": 00 ,
"data": {
"referenceNumber": "ABNghoamoww",
"merchantReference": "123456",
"meterNumber": "04214346555",
"token": "xxxx-xxxx-xxxx-xxxx",
"transactionDate": 2020-02-10T10:10:10.000,
"amount": "7000",
}
}