Table with description of API status codes
Code | Description |
---|---|
200: OK | This status code indicates that the request was successful and the server has returned the requested data. This is the standard response for successful HTTP requests. The final response shows the transaction data. |
400: Bad request | This status code is returned when the server is unable or unwilling to process the request due to something perceived to be a client error (e.g. malformed request syntax or misleading request routing). Implies that there may be an error in the format of the data, parameters or query provided by the client. Check the required fields https://docs.alps.cl/reference/create-payout |
500: Internal server error | This is a generic error message, given when an unexpected condition has been encountered and a more specific message is not appropriate. It indicates that the server encountered an unexpected condition that prevented it from fulfilling the request. This error is a server-side problem. |
403: Forbidden | The server has understood the request, but refuses to fulfill it. This status code is often returned if the user does not have the necessary permissions for a resource, or if some other type of authorization |