post https://xyz.xyz.in/service-api/api/v1/service/recharge/recharge/status
Need to handle response on
status = true and data['status'] = 1 => success
status = true and data['status'] = 0 => failed
status = true and data['status'] = other the 0 and 1 => pending
status = failed
| SNo | HTTP Response Code | Response Code | Description |
|---|---|---|---|
| 1 | 200 | 1 | Transaction Refunded |
| 2 | 200 | 2 | No Transaction found |
| 3 | 404 | 3 | Bill Payment service is disabled |
| 4 | 401 | 4 | Validations Error |
| 5 | 401 | 5 | Unable to process request |
| 6 | 412 | 6 | Jwt Token Error |
| 7 | 401 | 7 | Authentication failed |
