#crabzzzzz_79515
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- crabzzzzz_79515, 2 days ago, 8 messages
- crabzzzzz_79515, 2 days ago, 21 messages
- crab-checkout-paymentintent, 3 days ago, 35 messages
- crabzzzzz_79515, 3 days ago, 14 messages
Hello 👋
What you need is to set payment_intent_data.capture_method to manual
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-capture_method
That places a hold on the payment method
So by doing this i can set the item cost to say $200 and then they would enter there cc info , then it would not charge them correct?
correct
you'd provide the amount you want to collect in a separate API call when capturing the PaymentIntent
ok , so in the case they pay with cash, I would do this then show the embedded url for the hold, if they paid with card, I can do this but don't have to show the embedded url for the hold because I already have saved their payment method. Seems good , Thanks