Open arashcy opened 5 years ago
Same issue to me. Looking for help..
Please keep us posted, I'm looking for the answer to this question now too.
https://github.com/monoku/cordova-plugin-applepay-stripe
Use the above plugin instead. The paymentResponse object contains a Stripe token which you can then throw to a Stripe Charge API. Got it working just this morning.
@patrickchoi I tried using that plugin but it's extremely old and using depreciated code everywhere. Kept erroring out.
Anyone have a current solution?
Did anyone end up finding a solution to work? I am reluctant to use even try a plugin that hasn't been updated in over 5 years (the one patrickchoi recommended).
+1
@capacitor-community/stripe
How do I create a charge with Stripe with PaymentData? It throws an error that the string is invalid and too long. I decoded paymentdata but don't know how to use for stripe.charge()