cordova-plugin-applepay
cordova-plugin-applepay copied to clipboard
Hi how I connect with stripe for applepay?
Hi i think in:
MyPaymentProvider.authorizeApplePayToken(token.paymentData)
I have to connect to stripe but i don't see any request in the doc
Could you guide me a bit? Thanks
Bump I have the same question. I'm able to generate the applepay token, but after I do that, I'm not sure how to convert it to something usable by Stripe.
Great plugin and I got the payment sheet to show up in my ionic app. Same question. How would I connect to stripe and then process the token on the server?