#Muntainer-payments
1 messages · Page 1 of 1 (latest)
@wintry oak we don't support holding funds on a credit card for more than 7 days, correct(though there might be options if you are a large company and contact our support team).
In general the approach for the situation you describe is indeed, save the card (using a SetupIntent) and then charge it later if required, it should work. There is the possibility of the payment declining but it's part of doing business unfortunately
Thank you @paper forge for your time and answer. I was in the good way so. The "client_secret" key can be stored for the time we want ? And can we have trouble with stripe if a customer contest a payment ?
you don't need to store the client_secret no, you never store that
it's the Customer ID cus_xxx and PaymentMethod ID pm_xxx that you'd store since you need those to make the payment later https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method
and yes, the customer could dispute/chargeback the payment you make on the saved card, indeed. It's important to therefore clearly communicate to the customer what will happen if they don't return the container and document your policies and communication with them, etc. https://stripe.com/docs/disputes/prevention#effective-customer-communication
Ok ! I will check all of this links !