get https://payout-api.cashfree.com/payout/v1/incidents
Use this API to get the list of incidents on banks(Resolved,Unresolved,All) for a given time range.
Response Codes
Status | Sub Code | Message |
---|---|---|
SUCCESS | 200 | List of incidents retrieved |
ERROR | 403 | Token is not valid |
ERROR | 403 | IP Not Whitelisted |
ERROR | 403 | APIs not enabled. Please reach out to [email protected] |
ERROR | 412 | Token missing in the request |
ERROR | 422 | Status is invalid |
ERROR | 422 | startTime should be less than or equal to EndTime. |
ERROR | 422 | Maximum time difference can be upto 7 days and startTime should be within 90 days from now. |
ERROR | 422 | startTime should be of the format yyyy-mm-dd hh:mm:ss |
ERROR | 422 | endTime should be of the format yyyy-mm-dd Hh:mm:ss |
ERROR | 520 | Unknown error occured! |