#Ashika
1 messages · Page 1 of 1 (latest)
SetupIntents are designed to help prevent failed payments, so it's recommended you use those
Why would you need to place a hold on the card?
We have a 7 day trial, so users input their crd and then after 7 days it is charged. If the customers info is wrong / don’t have funds the payments fail after 7 days. So we’re looking ensure the payment can go through when they first put in their card details.
yeah that's exactly what setupintents are intended for
If you collect a payment method for a trial via stripe checkout, that should be happening already behind the scenes. Some card validation should already be occurring
But if you need to place a hold, then you can do that. The flow just won't be super clean.
Gotcha yeah, some card validation happens! But we still have quite a few cases where there are insufficient funds or the payment is declined for som other reason after the 7 days.
If we do want to place a hold, is there a way to do this with Stripe Checkout?