#maze260
1 messages · Page 1 of 1 (latest)
Hello 👋
When you say authorization, are you placing a hold on the payment method OR are you using a SetupIntent?
Can you provide more information about the flow you're building? Are you following any guides?
Hi Hanzo, Thank you for your response. The answer is "no" - there would be no hold on the payment method, and in most cases I expect that the payment will be successful. I'd just like a confirmation from Flutter that a payment has succeeded. The guide I followed can be noticed in this seven minute video: https://www.youtube.com/watch?v=vXNtA0J2WdU I hope you can watch this and then advise. Thank you.
This video will teach you to create a simple payment system using flutter, stripe, and firebase.
Connect with me:
Linkedin: https://linkedin.com/in/varun-bhalerao-677a48179
Github: https://github.com/varunbhalerao56
Code: https://github.com/varunbhalerao56/stripe_checkout_example
#flutter #stripe #firebase #payment #pub #dart
The flutter_stripe integration is a third-party integration so not sure what it supports. But my understanding is that it uses similar flow as our mobile SDKs
We have guidance here on how you can handle post payment events to see if the payment has succeeded
https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-fulfillment
I see, thank you for explaining. I will have a read through. It will probably lead me to the answer. Is there an official Stripe-Flutter integration please?
Unfortunately, no. We don't currently have an SDK for flutter!
Thanks for your help today.