#Maxime Beaudry-pi-retry
1 messages · Page 1 of 1 (latest)
You would just use the Payment Intent API to attempt to capture the Charge again: https://stripe.com/docs/api/payment_intents/capture
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Maxime Beaudry-pi-retry
Perfect. Thanks.
The documentation says this:
Capture the funds of an existing uncaptured PaymentIntent when its status is requires_capture.
My payment intent (pi_3MWOZwGNN1T4yZi602x9BjVt) has a status ofrequires_payment_method. Does that mean that I will not be able to use the API?