Introduction

Quick start

Learn how to integrate Kyrrex pay products. Here you can explore our guides and examples.

Authentication

Our API uses token-based authentication to ensure secure access. Each request must include a valid token in the header. The token can be obtained through our authentication endpoint.

Request Format

Requests to our API should be made using standard HTTP methods, such as GET, POST, and DELETE. Each endpoint details the required method, parameters, and possible responses.

Response Format

Our API responses are formatted in JSON, providing a clear and consistent structure for handling data. Each endpoint's documentation includes examples of successful responses and potential error messages.

Error Handling

In case of errors, the API will return appropriate HTTP status codes along with a message describing the error. Common error codes include:

  • 400 Bad Request: The request was invalid or cannot be served.

  • 401 Unauthorized: Authentication failed or user does not have permissions for the desired action.

  • 404 Not Found: The requested resource could not be found.

  • 500 Internal Server Error: An error occurred on the server.

Getting help

If you have any problems or questions, feel free to write to support@kyrrexpay.com We will answer all your questions as quickly as possible.

Last updated