GET
/
api
/
v1
/
service
/
recharge
/
status
curl --request GET \
  --url https://eazype.com/api/v1/service/recharge/status \
  --header 'Authorization: Basic <encoded-value>'
{
  "code": "0x0200",
  "status": "SUCCESS",
  "message": "Recharge Success",
  "data": {
    "mobile": "9651807986",
    "operator": "VODAFONE",
    "amount": 10,
    "status": "success",
    "circle": "UP(East)",
    "txnId": 4272176,
    "operatorTxnId": "MPR2404021320250055",
    "orderId": "REC2700893506461518E9D42",
    "message": "Success",
    "clientRefId": "REC2700893506461518E9D42"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

Content-Type
string

Response

200
application/json
OK

The response is of type object.