#Marimuthu-checkout-dont-capture
1 messages ยท Page 1 of 1 (latest)
Hey there ๐ please bear with me a moment while I finish responding to a couple other threads. I'll be back ASAP.
@long tundra Thanks
Apologies for the delay, and thank you for your patience!
You can't pause the capture from the front-end code that you provided, however, when creating the payment intent via your backend you can set it to not auto-capture via the capture_method parameter:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This doc talks more about what that flow looks like:
https://stripe.com/docs/payments/capture-later
Awesome, glad to hear!!