Errors
SimpleFi uses conventional HTTP response codes to indicate the success or failure of an API request. In general:
Codes in the 2xx range indicate success.
Codes in the 4xx range indicate an error due to the information provided (for example, a required parameter was omitted, a payment failed, etc.).
Codes in the 5xx range indicate an error on SimpleFi's servers (these are rare).
Last updated