Common errors and response codes
2xx
range indicate success, codes in the 4xx
range indicate an error that failed given the information provided (e.g., a required parameter was omitted), and codes in the 5xx
range indicate an error with Mavapay’s servers.
400 Bad Request
: The request was invalid.401 Unauthorized
: The request was not authorized.403 Forbidden
: The request was forbidden.404 Not Found
: The resource was not found.405 Method Not Allowed
: The request method is not allowed.429 Too Many Requests
: You have exceeded the rate limit.500 Internal Server Error
: An error occurred on the server.