#thibaud_docs
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1252279816850509878
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello
Can you explain a bit more what you are trying to do exactly?
Are you trying to just authorize (but not capture) a saved PaymentMethod?
If so, then yes, that's possible. You want to follow https://docs.stripe.com/payments/place-a-hold-on-a-payment-method
i already save the payment method
now i would like, like an hotel, place on hold if my customer dont respect his engagement
Yep see the above. You create/confirm a PaymentIntent and use capture_method: 'manual'
and i just have to give the fingerprint / pm_id ?
So the same thing that we show here (https://docs.stripe.com/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method) in terms of charging a saved card but you also pass capture_method: 'manual'
Yes you pass the PaymentMethod ID
๐
have a great day