capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
184 stars 75 forks source link

Google Pay not working for createPaymentFlow #354

Open thomasjohansen opened 1 month ago

thomasjohansen commented 1 month ago

In the demo app, Google Pay is working fine with the Google Pay flow.

But I cannot get PaymentFlow to work with Google Pay (enableGooglePay: true) in confirmPaymentFlow().

I can create and present the flow, and selecting Google Pay seems to work, but when doing the Confirm I'm getting: Request failed. This merchan is having trouble accepting our payment right now. Try using a different payment method. [OR_BIBED_11].

Is this not supported?