Is a capture-late possible with this package? #1016
Unanswered
AlbertoNoris
asked this question in
Q&A
Replies: 1 comment
-
hi, What I understood from the Stripe flow is that hold on payment is handled on the server. What you do on the backend is tell stripe to authorize only. On the client nothing changes the backend needs to provide a payment intent that you can confirm using the payment sheet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
With our team we are trying to understand if the Place a hold on a payment method is available in flutter_stripe.
We've seen that we should turn the CaptureMethod to manual but then we are stuck on understading how we should capture it.
Before diving deep into trying to understand how to do it we were simply trying to understand ... is it possibile to do a capture later with this package and the payment sheet?
Thanks in advance!
Alberto :)
Beta Was this translation helpful? Give feedback.
All reactions