Telegram-Mini-Apps / telegram-apps

Made from scratch TypeScript packages, examples and documentation you will surely need to start developing on Telegram Mini Apps.
https://docs.telegram-mini-apps.com/
MIT License
693 stars 192 forks source link

Checking if Invoice is paid #474

Closed yalamber closed 1 month ago

yalamber commented 1 month ago

Hello, I am using https://docs.telegram-mini-apps.com/packages/telegram-apps-sdk/components/invoice to open the invoice link in my mini app. After the payment is successful, I want to make an api request to the server, How do we make sure invoice is paid on the server side?

heyqbnk commented 1 month ago

I assume, you should receive an Update, containing the payment information