Closed yalamber closed 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?
I assume, you should receive an Update, containing the payment information
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?