Skip to main content
Query the current status of a previously initiated recharge transaction using the partner order ID (order_id).
  • Endpoint: /v1/recharge/status
  • Method: GET
  • Authentication: Required (Basic Auth via Header or Query Parameter)

Query Parameters

URL Example

Response Scenarios

1. Success Status (200 OK)

Returned when the recharge transaction has completed successfully.

2. Pending Status (200 OK)

Returned when the recharge is still in progress with the provider.

3. Failed Status (400 Bad Request)

Returned when the recharge transaction has failed. Funds will be refunded back into the customer’s wallet.

Response Fields Reference

Validation Errors

Missing Order ID (400 Bad Request)

Transaction Not Found (404 Not Found)