#cyoo-capture-paymentintent
1 messages · Page 1 of 1 (latest)
1/ Create a PaymentIntent with capture_method: 'manual'
2/ Confirm the PaymentIntent
3/ Cancel the PaymentIntent
cyoo-capture-paymentintent
Does that make sense to reproduce?
Hm... it seems straightforward enough, but in my production codebase, the capture_method is set to automatic so I'm not sure how the Payment Intent would be created with a manual capture method in the first place. (the screenshot is from my production environment dashboard)
I also just tried setting capture_method to manual and I received an exception from Stripe.
Is there any way the aforementioned behavior can be reproduced even when the payment intent's capture_method is automatic?
can you give me a PaymentIntent id pi_123 and I can show you?
pi_3M0QySHbldy8uya81yaDhWss
https://dashboard.stripe.com/logs/req_cyVHDf8Z3NF3Hv this is the request that create it and explicitly enabled manual capture
oh interesting... I will look into this some more. 🧐 Thank you