Check the status of a payment request

You can check the status of a payment request using the uniqueReference.

Request

You only need to include the uniqueReference as a query parameter like this:

https://kushkicollect.billpocket.dev/get-status/?uniqueReference=100123
PropertyTypeRequiredDescription
uniqueReferenceStringYesReference number sent in payment request.

Response

If the request is accurate, you will receive a 200 status with the following response body:

{
"status": "CANCELLED",
"transactionId": null,
"creationDate": "2024-11-11T09:50:57-06:00",
"updateDate": "2024-11-11T09:53:57-06:00"
}