Skip to main content
The Way API uses standard HTTP response codes.
  • 200 OK - Request successful.
  • 201 Created - Resource (like a payment intent or booking) created successfully.
  • 422 Unprocessable Entity - Correct content type and syntax, but instructions couldn’t be processed.
  • 404 Not Found - Requested resource does not exist.
  • 401 Unauthorized - No valid API key provided.
  • 403 Forbidden - API key lacks necessary permissions.
  • 429 Too Many Requests - Rate limit exceeded. Back off and retry after a delay.
  • 500, 502, 503, 504 - Server errors on Way’s end (rare occurrences).

Troubleshooting