get
https://api.billhub.in/reseller/status/
The Status Check API allows you to verify the current status of a specific recharge or bill payment transaction by providing a transaction ID. This API is useful for tracking transactions that may still be processing or for reconciling previously completed transactions.
After each transaction, the Recharge API response includes a status key that indicates the current state of the recharge request. This status key will provide one of the following values
| Status | Description |
|---|---|
| success | The recharge was processed successfully, and the amount has been credited to the recipient's account. |
| pending | The recharge request is currently in process, and final confirmation is yet to be received. You can poll or check back to verify the final outcome. |
| failed | The recharge could not be completed due to an error, insufficient balance, or other transaction issues. |
| unknown | The transaction is not available at our end. |
| error | In case of an error status, please review the error message carefully and do not assume the status is a failure without cross-verifying it with our reseller panel. |
