Search Documentation

Search across all documentation pages, APIs and guides.

Errors

OnePay uses conventional HTTP response codes. Codes in the 2xx range indicate success. Codes in the 4xx range indicate a client error.

HTTP CODEMEANING
200
The checkout link has been successfully created
400

The request body is invalid due to one or more of the following errors. Detailed error information will be included in the response:

  • Invalid app id
  • Invalid amount
  • Invalid app state
  • Currency type not available for the app
401
The Authorization header is either missing, contains an invalid application token, or includes an incorrect hash
429
Too many requests have been made within a one second period