Frequently asked questions:
Can I connect my payment system using this method?
Yes
What is needed for this?
Understanding of programming and the ability to work with APIs
What should I do if I don't understand?
Contact a third-party developer and provide a link to the documentation
Can the BOT-T team implement the payment method I need?
Yes, the cost of adding it starts from 8,000 rubles. To add it, contact support
(The price depends on the complexity of the integration; if the integration is only for you personally, then the amount is multiplied by 2)
Operating principle
1) The client selects a payment method
2) A payment link is generated for your website
3) The client follows the link and makes the payment
4) Your handler sends our API a request stating that the payment was successful.
5) Our website performs the actions to credit the payment
How is the link generated?
The link is formed with parameters, as shown in the image
It is important to read the documentation, common to the payment method
How is the signature formed?
Signature generation principle:
1) Separator ":"
2) Parameters involved in link generation:
id - order number (Not the full one, only model_id)
sum - Order amount in kopecks
currency - Payment currency
Token - is the token from your bot
Your handler must always verify the signature!
WEBHOOK Variant 1 (Payment processing)
After payment of the order in your system, your server sends a request to our APIhttps://api.bot-t.com/payment/custom-link
Request parameters are sent using the POST method
order_id - order number, full
sum - order amount in kopeks
currency - order currency
sign - secret key, which is generated in the same way as when creating a payment link. But the full order number is used
WEBHOOK Option 2 (Payment processing)
After payment for the order, send the request not to the general link, but by changing it through API methods.
Each model has its own methods:
Balance top-up
Payment for an order in the bot without a cart
Payment for an order in the bot with a cart
free of charge and without programming knowledge BOT-T.COM