#sargis-avetisyan_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1266006433724371045
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
yes that's possible if you use Subscription Schedules: https://stripe.com/docs/billing/subscriptions/subscription-schedules
can I start the subscription when I want after the creation date?
yes
you can see an example here: https://docs.stripe.com/billing/subscriptions/subscription-schedules/use-cases#start-subscription-future
what exactly are you trying to do? can you share a concrete example?
I want to change the subscription date. For example, I created a subscription on the 15th of Jul, and now I want to change the start date so that it works from the 1st of July to the 1st of the next month, instead of from the 15th of July to the 15th of August.
you want to change the start date of an existing subscription? that's not possible. but you could change the billing cycle: https://docs.stripe.com/billing/subscriptions/billing-cycle#changing
happy to help ๐
I have forgoten
When we create a new subscription with a custom cycle, will it charge immediately, or will it charge when the cycle starts?
I think it charges immediately. but I recommend doing some tests in testmode to see how all of this works exactly.
ok, Thank you a lot of
How can we "Placing a hold on a card" with the subscription, or it is not posible?