#ChristopherThePhotographer
1 messages · Page 1 of 1 (latest)
Hi there! I think this is kind of what you're looking for: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
You can place a hold for an amount and capture the full amount (or subset of the amount) at a later time
Thanks for that option but no. I want to collect a partial payment to reserve a specific date and time on my calendar. Then collect the final payment when their appointment occurs
Got it. In that case, you probably want to handle this as two separate payments. For the first payment/deposit, you'll want to create a customer and create a PaymentIntent and use setup_future_usage: off_session. This will attach/save the payment details to the customer object so you can use those saved payment details to process the final payment