post
https://xyz.xyz.in/service-api/api/v1/service/recharge/Recharge_v2/status
Note - You can't check the previous month's transactions.
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
| SNo | HTTP Response Code | Response Code | Description |
|---|---|---|---|
| 1 | 200 | 1 | Transaction Refunded |
| 2 | 200 | 2 | No Transaction found |
| 3 | 200 | 12 | You can not query transaction of last month |
| 4 | 404 | 3 | Recharge service is disabled |
| 5 | 401 | 4 | Validations Error |
| 6 | 401 | 5 | Unable to process request |
| 7 | 412 | 6 | JWT Token Error |
| 8 | 401 | 7 | Authentication failed |
