zyra / cordova-plugin-stripe

A Cordova plugin that lets you use Stripe's Native SDKs for Android and iOS.
MIT License
93 stars 56 forks source link

TODO: V2 #14

Open ihadeed opened 7 years ago

ihadeed commented 7 years ago
antonmyrberg commented 7 years ago

Is it possible to create 3d Secure payments using the plugin as is? Otherwise that'd be a great feature. Might be able to help implementing some parts of it if it doesn't already exist.

Thanks for a great plugin.

cwoolum commented 7 years ago

Is there anything you are waiting on to do this or any sort of timeline? I would be interested in contributing

ihadeed commented 7 years ago

@cwoolum just waiting to have some time to work on this.

I see that Stripe published Stripe.js v3, and some updates to the native SDKs. I'll probably start working on a big update soon.

RedEars commented 6 years ago

Do you have some expected date for version 2?

ihadeed commented 6 years ago

@RedEars No.

ihadeed commented 6 years ago

Started working on it. Would appreciate it if you guys can help test the iOS side once I have it ready.

RedEars commented 6 years ago

@ihadeed Sounds great! I will test when you have it ready :)

sitexw commented 6 years ago

I can not wait for version 2 to come out ! I need it badly for Apple Pay and Google Pay. If I can help for anything...

RedEars commented 6 years ago

Do you plan to integrate sources like sepa payment?

ihadeed commented 6 years ago

@RedEars No, that's not supported by the mobile SDK.

RedEars commented 6 years ago

@ihadeed Hmm...I can see the sources and the SEPA source type in the stripe docs: https://stripe.github.io/stripe-ios/docs/Enums/STPSourceType.html#/c:@E@STPSourceType@STPSourceTypeSEPADebit

ihadeed commented 6 years ago

@RedEars I was looking at their main docs, didn't see anything there. Thanks for sharing that link. I just checked both of their iOS + Android SDKs and it looks like they do expose methods to create sources.

kbala-ami commented 6 years ago

@ihadeed When V2 to be released, I would be interested in contributing. Please let me know.

ihadeed commented 6 years ago

No estimate at this time. It works right now (you can try the v2 branch https://github.com/zyra/cordova-plugin-stripe/tree/v2) .. just needs few more things on the Android side. See the list above. (Create source, Add phone/email fields to the credit card object)

ParasShahh commented 5 years ago

@ihadeed Is alipay working at the V2 ?

ihadeed commented 5 years ago

@ParasShahh Yes https://github.com/zyra/cordova-plugin-stripe/blob/v2/www/CordovaStripe.ts#L373

trademark2k6 commented 5 years ago

Is there any plans to update the plugin so the new SCA / 3D Secure 2 feature works?

mtshare commented 5 years ago

@trademark2k6 I'm waiting too... Any plans to support SCA/3D Secure 2? @ihadeed

rgustavsson commented 3 years ago

Is there any future for this project?