1

I made a bot which accepts payment via the telegram payment api. I connected the bot with stripe and it works fine with credit cards, but I get an 'Apple Pay Is Not Available in "Telegram"' error message if I try to pay with Apple Pay.

Is there any extra step I have to take than just connecting stripe via the Stripe Bot ? Do I have to activate Apple Pay in Stripe ?

CallMeStag
  • 5,467
  • 1
  • 7
  • 22
Lukas Resch
  • 148
  • 15
  • I think this is more something to do with Telegram's app itself than the bot : https://github.com/TelegramMessenger/Telegram-iOS/issues/225 , maybe related to the Privacy and Security settings for it on your device. – karllekko Jun 02 '21 at 16:02
  • already checked that one.. it's not the same issue – Lukas Resch Jun 02 '21 at 16:53

1 Answers1

0

The information related to the payment bot is available here on the Bot Payments API page. Check if this helps.

LITDataScience
  • 380
  • 5
  • 14
  • used that to create the bot, but there aren't any extra details for apple pay or something that could help with the problem – Lukas Resch Jun 14 '21 at 16:53