#fluttermoonger
1 messages · Page 1 of 1 (latest)
If the status is in requires_capture, it means that you use manual capture flow and the Payment Intent is ready to be captured. You should Capture Payment Intent API as a next step: https://stripe.com/docs/api/payment_intents/capture
handleNextAction is for the status in requires_action
ok