#Devik
1 messages · Page 1 of 1 (latest)
You'd use this parameter: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-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.
Great. One more question. Which parameter tells me how long do I have before I must capture the funds?
Hmm, there's no field for that on the API today. It's generally 7 days from creation
And to be sure - are there any Stripe fees here if I don't capture the Intent? Or is the whole amount released?
No, we'd only charge our processing fee on the captured amount if any
Great, thank you!