#mathis
1 messages ยท Page 1 of 1 (latest)
๐ Hi there, Happy to help!
You can create a subscription with a billing_cycle in the future:
https://stripe.com/docs/api/subscriptions/create#create_subscription-billing_cycle_anchor
Or use subscription_schedule
Yeah! Tried that, but in does not get charged inmediately
In the first case, you need to get the upcoming invoice, finalized and force to charge it
You need to force the charge by your self for subscription
okay! Let me check, thanks a lot!!!
I suggest you to create a simulation for that, and feel free to advance time as you need ๐
https://stripe.com/docs/billing/testing/test-clocks
perfect