-
Notifications
You must be signed in to change notification settings - Fork 526
Stripe PaymentIntents #448
Comments
I've already +1 one this, and if you plan on supporting this, I'm curious about the timeline as the September 2019 deadline is fast approaching. |
Any update on this? |
@enda-phorest integration doesn't look very hard. But probably tipsi team will implement it only if there are no other options. Probably someone will need it before that and send a PR |
Any update ? |
Also wondering if there is any update? |
Hi everyone, Two days ago, I have sent a message to Stripe to get some update about SCA compliance and integration with or without third-party. To resume, the answer is pretty clear: check with Tipsi OR do your own integration. @TipsiTeam: Do you plan tu support this feature before September? « Hello, This is Mitch with Stripes SCA team stepping in here, I hope this email finds you well. Reading through your chat here I see you are using React Native and want to know how to get your integration set up to be SCA compliant. One thing to mention is that most of our third party integration have not completed their SCA updates yet. Partially because not everything is fully moved over yet on our end either. Most are waiting until all of the products and features are done being updated before they change their set up. This puts a lot of companies like you in a bind because you rely on these third parties but they are not ready yet. So first and foremost I would reach out to Tipsi about this and find out what their plans are. Then I would using that information plan on what you are going to do to be ready when September rolls around. Stripe offers a few easy integration options such as Checkout which now uses payment intents to allow for 3DS and SCA compliance: https://stripe.com/docs/payments/checkout But instead of redoing your whole integration first as I said reach out to Tipsi and see what they plan to do and then go from there. If you have further questions I'm always happy to help. Best wishes, » |
@dziter our answer remains unchanged: Because our major market is the US we don't have tight deadlines for it as other companies who are working in the EU. So there is no ETA from our team, we will do it when we have time for it. |
Thanks for the update @dziter and @cybergrind. |
First of all a huge thanks @cybergrind and the tipsi team for your hard work on this project. As a UK based product that relies on Stripe we're being forced to move from using the Charge API to the Payment Intents API due to strong customer authentication. Having read the comments above I totally understand that adding support for Payment Intents isn't a priority for tipsi. However, given the popularity of this library (7,108 weekly downloads at time of writing this) having no clear roadmap for this is quite concerning since literally, our whole business won't be able to operate from September 14th without this migration. Personally, I'd love to be in a position to contribute a PR but as a super small team of two with no Objective-C or Java experience, this wouldn't really be practical. Again, to reiterate I get that this isn't at all a tipsi's problem. The library is clearly used by so many companies and products that will be affected. I think we collectively need to devise a clear roadmap and solution to this problem to ensure that all these businesses aren't affected. Given the breadth of people dependent and that it is currently the only react native library for Stripe I'd be inclined to ask Stripe directly if they are able to contribute. Alternatively, has anyone else got experience in crowdfunding the work needed to add support to this open source project? I hope you don't mind but I'm copying in some of the top two recent contributors from each of stripe-node, stripe-android and stripe-ios to see if they are able to support (@ob-stripe @remi-stripe @mshafrir-stripe @ksun2-stripe @yuki-stripe @csabol-stripe). |
@adambutler thanks for raising this, all valid and time-sensitive points. +1 to thanking @cybergrind and team for maintaining tipsi for the react native community + Stripe customers. We know this project is a lot to maintain and open source contributions are why react native developers are able to quickly implement payments. We're talking internally today on setting a plan and will get back to this thread in short order. |
@trag-stripe API changes itself isn't that hard.
So implementing new APIs is 15% of the time, fixing and writing tests - 85%. So it probably will consume at least full week of the one developer and we cannot make this commitment right now. |
Ok, thanks for the context - makes sense that payment methods, intents, and the required tests need to been seen as all part of the overall work that's required. We had a kick off this morning and are planning to submit relevant PRs to contribute to tipsi-stripe. (Work & progress will be over the next few weeks) |
I have implemented payments intents based off Tipsi for our app. Happy to review PRs when added properly. |
@tomrevansecho do you have a fork for what you did please ? |
Unfortunately no due as I wasn't sure about the level of PCI compliance and have used native components from Stripe SDK for both iOS and Android. I wrote the bridge for both iOS and Android and this project was a huge help, is some tidy up still to do. I would love to contribute back, its finding the time is the hard part. The Stripe docs were not the easiest to follow but I was lucky I had already done the web implementation, so I didn't require any further backend changes for this. The biggest thing to implement is the action for further verification, this was the Android implementation roughly. ` @ReactMethod
and for iOS: ` @objc func handleCardAction(_ params: Dictionary<String, String>, resolver: @escaping RCTPromiseResolveBlock, rejecter: @escaping RCTPromiseRejectBlock) {
}` I will try and can get some time but I can't promise anything - happy to review any PRs if anyone makes an earlier start. |
is anyone still working on PaymentIntent for tipsi-stripe? |
Comment from trag-stripe above indicates that Stripe will kindly do a PR for this issue quite soon. |
@trag-stripe can you provide any updates on this? |
Hi @enda-phorest / @bamdadd / @matthiasleitner - mini update here: PaymentIntent / SCA support has been in active developement for the last two weeks - point developer on our team is @mindlapse. Context: Beyond PaymentIntents, there were a few pre-existing issues we agreed to resolve around CI Builds and migrating to the latest versions of our Mobile SDKs. You can track the key PRs here as they land: https://github.com/tipsi/tipsi-stripe/pulls/mindlapse |
@trag-stripe thank you very much for the mini update. We can't wait for this piece of work and excited that Stripe is getting involved directly ! @mindlapse do you think you can point us to a particular PR for supports on PaymentIntents ? |
@trag-stripe thanks for the update! @mindlapse As the deadline for SCA is approaching would be glad if you could share some details about your internal timeline. Happy to support on certain PRs if possible. |
I'm thrilled to hear that you're working on this @trag-stripe / @mindlapse! Do you recommend using a particular branch? or are they merging right into Tipsi-Master? We're kicking off our backend work, and we want to start adopting tipsi-stripe (we don't currently have stripe in our RN app). So I would love to use the right codebase! |
Please give us an update |
Ideally we'll be bringing the payment intent changes into master. At the moment we're working through quite a few Travis pipeline/Android emulator/Appium issues to unblock the PRs, and the biggest priority once those are resolved is to bring in the PaymentIntent changes. @fbartho I know you're interested in a preview build so I'll look to get one set up soon! |
I'm excited to hear that development on support for the Payment Intents API is in progress. Thanks to all those working on it, particulary @mindlapse for taking point. The Tipsi libary is a key part of our mobile products, and so as you can imagine i've ben keenly tracking this Issue for a resolution. Could you please share an upate with where you are, and if possible share the outstanding PR's? I am happy to contribute where possible to getting this over the line given it's importance to us (and many others I'm sure), so let us know if there is anything the community can do to help. |
Hi all,
Our biggest gap at the moment is with the iOS pipeline - we're seeing timeouts on Travis. We need someone to look at the iOS pipeline, and to determine if the timeout can be solved on Travis open source build machines, or if we need to move to something like real device testing or a provider that specializes in mobile app testing like SauceLabs. The GitHub Sponsors program may be a good option to help cover the subscription costs if we go that route. In terms of PRs, there is #470 which contains changes related to payment intents, these changes will need to go through a review and will need a test suite created and the example app updated. The changes are really appreciated - I'm looking forward to helping review them. My focus today is on finishing up the stabilization of the android pipeline, which is nearly ready (i.e. with emulation that doesn't timeout) and I expect to have a PR for those changes soon. So that's the update! Thank you for checking in - if you know someone who can volunteer with the iOS pipeline and iOS AppInfo changes, that would be really helpful with moving this forward. |
TypeError: _tipsiStripe.default.authenticatePaymentIntent i have error |
Please add me to the beta! I'll be using it for a personal app project of mine. |
@jcohenho please read my comment upthread!: #448 (comment) @kavindadilshan @thozh please open new issues, as these appear to be specific problems with your installs. |
@fbartho Thank you. Are there docs for the public beta? |
All docs and all code are in the
|
I get sometimes this error. But, once I open the file 'node_modules/tipsi-stripe/srce/Stripe.js', it automatically works. I don't understand the cause of this strange behaviour. Has anybody had this issue ?
|
I am also facing a similar issue sometimes. Not knowing what exactly is causing this issue. _tipsiStripe.default.confirmPaymentIntent is not a function |
I think I found a quick fix solution.
( '../../node_modules/tipsi-stripe/src/Stripe' is the relative path to Stripe.js) |
For everyone fighting with the This could be the wrong version of React-Native, or not fully completing the manual linkage steps, or a babel or metro configuration issue. @rohitashPrajapati / @meliodev --
|
Any updates? |
@ifier have you tried the beta? (if you read my other comments, you could have been using this since last September) |
@fbartho I guess I will use Intents soon with |
@ifier Sounds good! Yeah, I would highly recommend starting the migration soon then. Intents supports 3DSecure2 worldwide, so you can migrate before you launch in Europe. Right now |
Hey guys, I've been trying to use the beta-10 version to create a paymentMethod and a paymentIntent, but none of the functions are working. Whenever I call
I get the following error :
I know this is an experimental version, but I was wondering if this feature was still a WIP or if the issue was on my side ? Thanks so much guys, any reply appreciated 🙏 |
@Clonescody -- this would have been better as a separate Github Issue/Help request. I suspect you're confused around what's returned by What happens if you call |
Hey @fbartho, I must have tunnel vision a lot to miss that I'm sorry ... Thank you so much for your reply anyways :) |
I am currently trying to use Stripe w/ React-Native and found out that Tipsi was my best option, however I can't use confirmPaymentIntent : |
|
Thank you @fbartho for this quick answer.
|
@julietteSparkmate -- Did you follow the Have you inspected your I ask because Additionally, Expo has a fork of tipsi-stripe that doesn't support Expo users often have conflicts that were acknowledged to be caused by expo. Since I don't work for Expo (nor for tipsi, nor for Stripe) and don't use expo myself, and expo devs do not actively communicate with tipsi-stripe, it's difficult for me to provide support here. |
Thanks for the advice, we ended up fixing the problem with a simple missing word in the react-native-unimodules installation... It seems to be working perfectly now ! 🍾 |
💳 2020-12-23 - Stripe React Native Updates Hi everyone watching this epically long If you're interested in upcoming releases for { As always, thanks for building with our payment APIs! @chris_trag |
@trag-stripe I know this is probably the wrong place for this, but is there any chance we would get a pure JS SDK for react native so people wouldn't need to eject from Expo? Expo offers a ton of great features and speeds up development significantly for a lot of things. |
@trag-stripe that's great news! I put deprecation on the main page and glad that I can end my duty here :D @fbartho thank you for all the help! |
There are some issues here as in Apple Pay and Google pay with Expo. I don't think they will be able to offer native pay using their platform at the moment because of restrictions from both sides. You must declare a merchant for both for builds so their preview tool will not work. Apple especially is requiring you to offer Apple Pay inside your app now if you take payment so apps maybe rejected. Hopefully someone with more information can correct me if I'm outdated or wrong. |
Hi folks - checking back in here: Your official Stripe react native library is finally live!
Special thanks for the 500+ devs who gave us feedback during private beta. For now, please try the project out and filing issues if you have questions. Regarding everyone's questions re: Expo -> we're working with them now that the library is public. More to come, including dozens of supported payment methods, digital wallets, a new payment UI option, and currencies. @cybergrind - we can now update the repo with these details, thanks! |
Closing this ticket, so that new users don't think this project is still active. See more: |
Are you going to insert support for new Stripe PaymentIntents API?
The text was updated successfully, but these errors were encountered: