#hritik9607
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- hritik-manual-capture, 52 minutes ago, 9 messages
Hello! We don't typically reopen previous threads. What's your new question?
how did it captured automatically pi_3OUqLhHTGlffEwwR0zmFpRR4
and my did this trnasaction capture manually
pm_1OUvNbHTGlffEwwR1tQpyqtn
That first ID is for a Payment Intent, the second if for a Payment Method. They are not directly comparable.
Can you provide more details?
i want my all payment should get captured automatically
Okay, so you had a payment that wasn't captured automatically? What's the Payment Intent (pi_) ID for that one?
pi_3OUsUrHTGlffEwwR0gyJE0wN
Looking...
Have a look at the request that created that Payment Intent: https://dashboard.stripe.com/logs/req_QFn0B7owmgkhwD
You can see that your code set capture_method to manual which makes it require manual capture.
If you don't want that to happen you need to alter your code so it doesn't set capture_method to manual.
ok then how to capture all the uncaptured payment
You need to call the capture API endpoint for the uncaptured Payment Intents you want to capture: https://stripe.com/docs/api/payment_intents/capture
You did that for this one already here: https://dashboard.stripe.com/logs/req_yAnY2AvdE67rV0
You did it via the Dashboard.
ok thanks for your help i will make changes on my side