-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for alternative payments #17
Comments
And AliPay as well as WeChat Pay too. Not sure how what values are needed for Apple Pay and Google Pay, as the Stripe documentation listed these 2 payment methods as "OTHER PAYMENT METHODS". |
These sound like a great thing for the broader open source community to contribute! The nativescript-stripe project currently supports the functionality in Stripe's mobile app demos, which includes just Apple Pay and Credit Cards. |
Does apple pay not work in custom integration due to the Stripe iOS SDK or just a current limitation of this plugin? I'd like to use Separate authorization and capture, but that is not supported via the the standard integration correct? I'm trying to figure out the effort involved or the time I'll have to wait. I don't have objective C/Swift skills, so unfortunately I can't contribute back if it is a plugin limitation. |
I use the standard Integration in my app with separate authorization and capture. It's all done on the backend. The Stripe iOS app sends a charge request to the back end, which will issue an authorization request to Stripe instead of a charge request. When the item ships your backend will issue the charge request. This plugin doesn't include anything other than the mobile SDK. I wrote my backend in node. I'm happy to answer questions about that on a separate thread. |
The text was updated successfully, but these errors were encountered: