#BalaDhruv
1 messages · Page 1 of 1 (latest)
Hi 👋
Stripe only supports contactless payment using our Tap to Pay for Android and iOS. I am not familiar with developing in Flutter but I know we don't have any SDKs built specifically for that platform.
Thanks for the reply @twilit lintel
I hope i can use the web sdk.
is tab to pay supports both android and IOS?
Stripe.js does not support Tap to Pay AFAIK. iOS is currently supported with Android support to come in the future.
We are reading the card details using NFC Reader.
is there any other solution i can use that is supported by both android and ios?
Stripe has an in-person payments integration using Bluetooth readers. You can review it here: https://stripe.com/docs/terminal/overview
Thank you @twilit lintel