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 CODE | MEANING |
|---|---|
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:
|
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 |
On This Page