flutter_stripe icon indicating copy to clipboard operation
flutter_stripe copied to clipboard

Integrate Stripe Elements in Stripe checkout

Open MatteoAntolini opened this issue 2 years ago • 0 comments

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?

MatteoAntolini avatar Oct 26 '22 08:10 MatteoAntolini