Error Codes
Responses and error-handling
Every request processed through the SingleView Payments API will have a response among the following:
✔️ Successful ❌ Unsuccessful ⚠️ Error
HTTP Status | Description | Handling |
---|---|---|
200 | Success | |
400 | Bad request | Spot the invalidity parameter from the message and retry by entering valid details |
401 | Unauthorized | Refresh Session ID and try again |
500 | Internal/server error | Retry later |
504 | Time-out | Retry later |
Updated 4 months ago