Status Codes
The Wirely API uses standard HTTP status codes to indicate the outcome of each request.
2xx responses indicate that the request was successfully processed.
4xx responses indicate a client-side error, meaning there was an issue with the data provided (for example, an invalid routing number). When available, an error reason is included in the response so your application can handle the issue programmatically.
5xx responses indicate a server-side error. These errors occur when issues arise in our systems, and we work to resolve them as quickly as possible.
A detailed table of status codes and their corresponding meanings is provided below.
2xx Success
200
Request successful
201
Resource created
202
Accepted for processing
4xx Client Errors
401
Invalid authentication
403
Forbidden / no access
404
Resource not found
5xx Server Errors
500
Internal error
502
Upstream error
503
Service unavailable
504
Timeout
Last updated