flutter_stripe
flutter_stripe copied to clipboard
Support future payment for web
I'm using the method of "confirmSetupIntent" to save card for future payment in my website, but experiencing unimplemented error. Is there any plans to complete it ?
Web is a bit lacking behind at the moment but I added it as an enhancement and will let you know when we start working on it
Hi @remonh87, I noticed the confirmSetupIntent function seems to be implemented in here for web, is this function in a usable stage?
I am getting the same error (and getting null response), but the payment method is being saved correctly on Stripe.
@remonh87 Do you know when Future payment for web will be supported?
@jamesblasco can you answer above question? You have the best insight on the plans for the web
I have been working this past weekend to make the flow work for web, it should be ready next week.
@jamesblasco & @remonh87 When update will be available?
I have been working this past weekend to make the flow work for web, it should be ready next week.
@jamesblasco I would like to help with this. Can you give me some direction on where to look in the code?
@jamesblasco: Do you have any new informations about this? It would be nice to have this update in next two weeks.
I have been working this past weekend to make the flow work for web, it should be ready next week.
Can you give us any information about this update ? It would be really nice to have it. I can't continue with app development without this. Please let me know. If you don't have time, please let me know how can I fix that by myself?
I have been working this past weekend to make the flow work for web, it should be ready next week.
Can you give us any information about this update ? It would be really nice to have it. I can't continue with app development without this. Please let me know. If you don't have time, please let me know how can I fix that by myself?
Same here. This is blocking our release. I have offered to lend a hand, but I just need pointed in the right direction.
The maintainers of this package do it in their spare time, so I understand that it isn't a huge priority... We may be out of luck and need to find another way to get this functionality to work with the plugin as-is for now.
Sorry for the delay. From the maintainers I am the one taking ownership of this. I am in the process of changing jobs so this last couple weeks I had too many things on my plate.
The current blocker right now is the way to handle javascript union types in dart. In the first release of this library I used a technique that I do not think it will work long term. I have been working on a new version for this that con support setup intents. I will push today what I have so far into https://github.com/flutter-stripe/flutter_stripe/pull/1079 so you can take a look. I will try to speed up this as much as possible.
Sorry for the delay. From the maintainers I am the one taking ownership of this. I am in the process of changing jobs so this last couple weeks I had too many things on my plate.
The current blocker right now is the way to handle javascript union types in dart. In the first release of this library I used a technique that I do not think it will work long term. I have been working on a new version for this that con support setup intents. I will push today what I have so far into #1079 so you can take a look. I will try to speed up this as much as possible.
I understand that you work in your spare time, so no problem for delay :) If I understand right, code which you pushed, will work now on web or does it need some changes?
This is already part of latest web sdk
This is already part of latest web sdk
Fantastic. Thank you for getting this working. I will give it a try this week. Can you point me towards the commit that finished the implementation?