capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
https://capacitor-community-stripe.netlify.app/
MIT License
192 stars 77 forks source link

Google Pay not working for createPaymentFlow #354

Closed thomasjohansen closed 1 month ago

thomasjohansen commented 5 months 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?

rdlabo commented 1 month ago

Please check this url: https://stackoverflow.com/questions/76655117/or-bibed-11-error-in-google-pay-api-for-production-environment

This error is not this plugin issue. Thanks.