#Vinny GG
1 messages · Page 1 of 1 (latest)
Hi, you can pass the billing_cycle_anchor parameter when creating the subscription; https://stripe.com/docs/api/subscriptions/create#create_subscription-billing_cycle_anchor with the desired date.
ok but this is charging the subscription today too
I don't want to be charged
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
We are copying subscriptions from one account to other and we only want to bill our client on the correct date (4 February). Using this parameter this will create an invoice. Using trial_end_date, make sense?
I'll take a look at this in a few minutes, thank you for your patience.
I'd like to make sure that I understand what you're trying to do here. You're trying to move an existing subscription to a different account, and only want to charge them for the coming month and not the current month. Is that correct?
In this case, I think you can use the trial_end parameter: https://stripe.com/docs/api/subscriptions/create?lang=curl#create_subscription-trial_end with https://stripe.com/docs/api/subscriptions/create?lang=curl#create_subscription-billing_cycle_anchor.
that's right, thank you very much