QiwiPayments
Track payment with Qiwi.com
Getting started
Need Api token from https://qiwi.com/api
Set Api Token to lib:
Libs.QiwiPayment.setQiwiApiToken(API_KEY);
Get payment link
User can make payment via this link.
Bot need check payments
If payment recived command /onacceptpayment
executed.
Params contain amount in RUB:
let amount = parseFloat(params);
Last updated