#Ben21
1 messages · Page 1 of 1 (latest)
You'd need to create a new Payment Intent, passing capture_method: 'manual': https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
Yes i read that page which seems to fit perfeectly my needs. I don't understand how to link that hold with the customer ?
i mean programmatically
What is the 'customer' in this context? A Stripe Customer object cus_xxx?
Yes i will have that ID on the stripe side
Sure, then you'd just pass that to customer parameter when creating the new Payment Intent
Fine, thanks for your answers, i will try and see
sure