Home
The KVELL API works over HTTPS, and responses are returned in JSON format.
Capabilities
- Accepting payments.
- Processing payouts.
- Issuing invoices.
- Receipt fiscalization under 54-FZ.
- Working with self-employed individuals and verifying individuals.
- Managing payers and their cards.
Getting started
To get started:
- Sign up on the website.
- Create a shop and get your
api-keyandsecret_key.
Authorization
Include the following in every request:
X-Api-Key— the shop'sapi-key.X-Signature— a signature generated from the request parameters andsecret_key(the exact formula is described in each method).