capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 74 forks source link

Getting payment method ID from stripe.paymentRequest() #44

Closed LinnaeK closed 2 years ago

LinnaeK commented 3 years ago

We are trying to implement Apple Pay into our capacitor app. We use Stripe's paymentRequest method to retrieve a payment method ID from Stripe which we then pass onto our API for it to use in completing the charge with Stripe. We have been unable to find a solution that allows us to use Stripe's Apple Pay flow to get a payment method ID without creating a pop up browser.

Will you be incorporating functions that will allow users to access payment method IDs with Stripe's most current functions? Do you have an idea of the timeline for completion?

rdlabo commented 2 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.