post https://xyz.xyz.in/service-api/api/v1/service/bill-payment/lpg/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
DATA ->STATUS
HTTP Response Code | status | descrption | |
---|---|---|---|
1 | 200 | 1 | success |
2 | 200 | 0 | failed/refund |
3 | 200 | other than 0 and 1 | pending |
SNo | HTTP Response Code | Response Code | Description |
---|---|---|---|
1 | 200 | 1 | Transaction Enquiry Successful |
2 | 200 | 0 | No Transaction found |
3 | 404 | 12 | Fastag Recharge service is disabled. |
4 | 401 | 8 | Validation Error! |
5 | 401 | 9 | Unable to process request |
6 | 401 | 10 | Jwt Token Error |
7 | 401 | 11 | Authentication failed |