Hi everyone!
I’m building a Telegram bot and want to enable payments using Telegram Stars (in-app currency for digital goods). I’m using Make to build my bot and haven’t found a clear guide or example on how to connect Telegram Stars properly.
So far I’ve tried using the Send an invoice
module with:
- Currency set to
XTR
Provider token
set to0
(to bypass Stripe)- Inline keyboard button triggers the payment
- But after the
PreCheckoutQuery
, I’m not sure how to confirm the payment was successful.
Has anyone successfully set up Telegram Stars payments in Make?
Would really appreciate step-by-step guidance or a working scenario example
Thanks in advance!