capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
183 stars 73 forks source link

We are getting error OR_BIBED_06 for Gpay even google_pay_is_testing set as true #322

Closed ipehimanshu closed 1 month ago

ipehimanshu commented 5 months ago

Hello

We are using this plugin version @capacitor-community/stripe@5.4.2

and here is npx cap ls

also we are creating payment Intent using test mode details.

when doing payment we are getting error like

Request failed

This merchant is having trouble accepting

your payment at the moment. Try using a different payment method. [OR_BIBED_06]

https://prnt.sc/-v8our5xoXdk

https://prnt.sc/xt2qFKc7PAVe

Capacitor:

Capacitor CLI : 5.5.1 @capacitor/android : 5.5.1 @capacitor/core : 5.5.1 @capacitor/ios : 5.5.1

So let us know if anything we are doing wrong sir, we first need to do test payment and then submit for production access.

Thank you

ipehimanshu commented 5 months ago

Hello

we are using concept like

Main account key and pass stripe connected account ID like below

stripe2.initialize({ publishableKey:this.constant.STRIPE_PUBLISHABLE_KEY, stripeAccount:this.constant.stripeAccount });

and more checking into android studio it says like

carlax-android0debug-error

So as i am thinking it not taking stripeAccount

can you please check and help us to fix it.

Thank you

connectMyClub commented 5 months ago

@ipehimanshu We saw this using GPay on testing. Works fine when your app is live. I think it is because your personal GPay account isn't a test account.

rdlabo commented 1 month ago

As @connectMyClub says, it appears to be a configuration issue. Close this Issue.