Transaction Enquiry API
GET/api/transaction/enquire/:token
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
If you wish to enquire about a transaction status, after completion, you can do so by using the below information provided to you
🎯 Note: The above API is deprecated, kindly use the below URL for transaction enquiry 👇
Environment | Enquiry URL |
---|---|
Sandbox testing | https://sandbox.hesabe.com/api/transaction/enquire/:token |
Production | https://api.hesabe.com/api/transaction/enquire/:token |
Transaction Status | Description |
---|---|
SUCCESSFUL | Transaction was authorized and captured |
AUTHORIZED | Transaction has been authorized and is available for capture |
REFUNDED | Refund request has been processed and approved |
FAILED | Payment was unsuccessful |
Request​
Responses​
- 200
- 404
- 500
Transaction successfully found – The transaction ID is valid, and the corresponding transaction details have been retrieved successfully.
Transaction not found – The requested transaction ID does not exist or cannot be located. Please verify that the transaction ID is correct.
Internal Server Error – An unexpected error occurred on the server while processing the request. This may be due to a temporary issue or a server-side malfunction. Please try again later or contact support if the issue persists.