Home¶
Welcome to the API documentation for the payment platform. This documentation contains information on integrating with our system for payment processing.
Contents¶
The documentation is divided into the following sections:
-
- Universal parameters
- Standard signature generation
- Merchant status retrieval
-
- Creating a payment request
- Payment request status inquiry
- Canceling a payment request
- Setting client status
- Working with callback notifications
- E-commerce Payment Requests
- Creating an e-commerce request
- Request status inquiry
- Canceling a request
- Working with callback notifications
-
- Creating a payout request
- Payout request status inquiry
- Canceling a payout request
- Working with callback notifications
General Information¶
To work with the API, you need:
- API key for authorization (X-Api-Key)
- Signature key for transaction confirmation (sign_key)
- Merchant name (merchant)
These parameters should be requested from the integration specialist during the onboarding process.
All API requests are made using HTTP GET and POST methods. Responses are returned in JSON format.
Platform Feedback¶
If you have questions or issues with integration, please contact technical support.
Additional Functionality Requests¶
We are always ready to add additional API functionality for our clients when needed. Please contact our technical specialist in the working chat.
Callback Notifications¶
To receive notifications about request statuses, callback URLs are used, which you specify when creating requests.
- success_callback_url - URL for successful operation notification
- error_callback_url - URL for failed operation notification
Detailed information about the format and parameters of callback requests is provided in the relevant sections: