#femina-schedule-clock
1 messages · Page 1 of 1 (latest)
It sounds like you're want to advance time to test future billing events, is that right?
yes , So how to pass scheduled subscription ID ?
If so, you should review our Test Clocks docs here:
https://stripe.com/docs/billing/testing/test-clocks
Becuase i want to test that feature. I have code on my website based on meta tag
You need to create a clock and a customer using that clock, then you can create test subscriptions/schedules and control time advancing for that test clock
You cannot retroactively at a test clock to a customer/subscription that was created without one
Can I pass existing Scheduled ID to test clock ?
ok
I have adavanced the time but it is not triggering on webhook
Can you share the test subscription you created within the clock?
yes.
The clock is currently frozen to end of october 2023: https://dashboard.stripe.com/test/logs/req_KjQXcaENkFXsX2
I want to test that .
I wouldn't expect anything to be happening yet
You would need to advance the clock forward another year to after when the schedule is meant to start the subscription
Test clock concept is confusing.
What is should be the test froxen date?
Whatever you want to test, thats up to you
If you're trying to test that schedule starting the subscription, it would need to be after the scheduled start_date
Ok