flutter_stripe
flutter_stripe copied to clipboard
Integrate Stripe Elements in Stripe checkout
Is it possible to add google pay and apple pay in the checkout session?
I have them configured on my account, but they don't show in the checkout session.
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#testing-apple-pay-google-pay
I have a saved card on google pay and tried with and without payment_method_types: ['card']
, but it doesn't show it. Is this related to the in-app browser?