#vijju
1 messages · Page 1 of 1 (latest)
Test clocks take some time to simulate the frozen time moving forward
So while it is advancing it has an advancing status and you can't modify things that work with that test clock until it is ready https://stripe.com/docs/api/test_clocks/object?lang=python#test_clock_object-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So I would reccommend retrieving the test clock until its status is ready and then making this call to cancel the schedule
ok
got it