#hritik-manual-capture
1 messages · Page 1 of 1 (latest)
When you created the Payment Intent you set capture_method: manual, so you need to make a separate capture call (https://stripe.com/docs/api/payment_intents/capture)
You can read more about this at https://stripe.com/docs/payments/place-a-hold-on-a-payment-method#capture-funds
When was this flow implemented? Because until a few days ago, the capture used to happen only after making the payment without making any capture call.
Do you have an example of a previous payment where they capture happened automatically that I can take a look at?
For that one you did manually capture it through the Dashboard (https://dashboard.stripe.com/logs/req_yAnY2AvdE67rV0). It didn't happen automatically