post https://xyz.xyz.in/service-api/api/v1/service/bill-payment/bill/status
Partner should know !
This API will provide you the actual status of the said transaction.
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 | success/failed /pending |
2 | 200 | 0 | No Transaction found |
3 | 200 | 12 | Bill Payment service is disabled. |
4 | 200 | 8 | validation error |
5 | 401 | 9 | Unable to process request |
6 | 401 | 10 | Jwt Token Error |
7 | 401 | 11 | Authentication failed |
8 | 401 |