#basakabhi-applepay
1 messages · Page 1 of 1 (latest)
Hi, which channel are you using, (e.g. web, iOS)? Is there any reason why you don't use payment button?
IOS
In this case, Stripe provides iOS SDK to support apple pay payment: https://stripe.com/docs/apple-pay?platform=ios
Actually i am using flutter.
👋 stepping in
Do you use PaymentSheet?
You should use flutter-stripe which is a library has a lot of examples
And for ApplePay you can either
- Enabling inside PaymentSheet: https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/payment_sheet/payment_sheet_screen.dart#L97
- Use a standalone button: https://github.com/flutter-stripe/flutter_stripe/tree/main/example/lib/screens/wallets
Okay, thanks. I am checking now.
I am stepping down for the day. If you have other questions, feel free to ask in the channel!