Requery Transaction
Checks the current status of any purchase (data, airtime, cable, electricity, exam, bulk SMS, eSIM, flight) by its reference — the request-id you sent when buying. Scoped to your account, so you only ever see your own transactions. Read-only; never re-charges. transaction_status is success, pending or failed. Use this to resolve a timeout or a missing callback instead of re-sending the purchase.
Authorizations
Send your API key as Token <your_api_key>.
Use your live key for real transactions, or your sandbox key (sk_test_…) to test — sandbox calls return a realistic simulated result and never touch your wallet. Add "sandbox_status": "fail" to any sandbox request to simulate a failure.
Path Parameters
The transaction reference — the request-id you sent on the purchase.
Response
The transaction.

