Check the status of a payment request
December 05, 2024
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
Property | Type | Required | Description |
---|---|---|---|
uniqueReference | String | Yes | Reference 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"}