capacitor-community / stripe

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

redirectUrl in confirmPaymentIntent #47

Closed stefanotauriello closed 3 years ago

stefanotauriello commented 3 years ago

In a mobile app with Capacitor, is it required? Which is the right value in an app?

ihadeed commented 3 years ago

It's used on Android devices when performing browser based 3DS authentication.

Not sure, but IIRC it's supposed to be a URL that will open your app (i.e universal or deep link). The exact path doesn't matter since Stripe SDK will take over from there.

HardikDG commented 3 years ago

@ihadeed So to use Stripe SDK plugin we need to use any service, which will work as universal or deep link?

rdlabo commented 3 years ago

Thanks for issue! Today this plugin of v3 is released. This not compatible with v1. All APIs have been revamped. So I will close this issue. If you still have the same problem, please create a new Issue. Thank you.