Replies: 2 comments
-
Use setup intents |
Beta Was this translation helpful? Give feedback.
-
hey @jonasbark thanks for quick reply. i think (not sure) there might be a problem with flutter_stripe but perhaps we are also not calling the API's in correct order. At the moment we keep getting an error
This works fine and we have a response payload from the server to use. Now, back in the Flutter app ->
The app displays Stripe's payment collection popup, looks like this:
ERROR ! This is where the error occurs. Here is error: I still think we are not calling the API's correctly ? Or is this a bug with the flutter_stripe lib on iOS ? |
Beta Was this translation helpful? Give feedback.
-
We have a requirement from our Flutter app, where the user should be able to enter their payment detalis (credit card), and have those details saved to Stripe so they can be used later (eg. end of each month).
How can this be achieved using this library ? Whilst we had no problems showing the credit card payment popup provided by this library, we couldn't see any UI for just entering and saving credit card details. Is this possible to do?
Beta Was this translation helpful? Give feedback.
All reactions