#Fred Marvila - hold
1 messages ยท Page 1 of 1 (latest)
Hi there!
"the stripe checkout (no API)" what do you mean by this? Are you using a Checkout Session?
We want to hold the value on the credit card until someone manually confirms the charge can be made.
Yes that's possible. You can learn more about this here: https://stripe.com/docs/payments/capture-later
sorry, first time using stripe, so bear with me while I learn the names ๐ Checkout session indeed is what I mean
So, this works with checkout session as well, right?
No worries! And yes this also works with Checkout Session, by using payment_intent_data.capture_method: manual https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-capture_method
Happy to help ๐