| 200 | OK | The request succeeded and the response body contains the result. |
| 400 | Bad request | TThe request was malformed or missing a required parameter. Check your request body and headers before retrying. |
| 401 | Unauthorized | No valid API key was provided, or the key was not included in the X-Api-Key header. Verify your token and that you're targeting the correct environment. |
| 402 | Request Failed | The request was well-formed but could not be completed due to a business logic constraint — for example, an invoice that is already in a terminal state. |
| 403 | Forbidden | The API key provided does not have permission to perform this action. Contact us to review the permissions assigned to your token. |
| 404 | Not Found | The requested resource does not exist, or the provided identifier does not match any record. |
| 500 | Internal Server Error | An unexpected error occurred on the Cash-In server. This should not happen in normal operation — if it persists, contact us |
| 503 | Service Unavailable | The API is temporarily unavailable, typically due to maintenance or a transient outage. Retry the request after a short delay. |