#cansozbir
1 messages ยท Page 1 of 1 (latest)
Why do you want to place a hold on a subscription?
I am still trying to figure out if this is the way, but basically, I want to give a trial for 14 or 7 days to the users,
but not to every user, he should enter his card info, I need to know that it is a valid card, and has enough money in it, so I will charge him after 7 days if he does not cancel his subscription.
So I want to take the money from his card, after 7 days he filled his card info
I'd recommend using trial period on a subscription: https://stripe.com/docs/billing/subscriptions/trials
It'll allow you to collect the payment method for future payments in this subscription. If the customer doesn't not set up payment method, subscription can be cancelled depending on your subscription setting (Manage failed payments section) in the dashboard: https://dashboard.stripe.com/settings/billing/automatic
I will check it out, thanks ๐
No problem! Happy to help ๐