#fichtnmoppal-test-clocks
1 messages ยท Page 1 of 1 (latest)
Hi again ๐ when working with our Test Clocks, it is not possible to have those pull in already existing Subscriptions. Each test clock is a sandboxed environment, so the objects within it are limited in how they can interact with other objects in your account.
To leverage Test Clocks, you would need to create a Test Clock and then a Customer within that simulation.
If creating the Customer via the API, the test_clock parameter is used to associate the customer with a Test Clock:
https://stripe.com/docs/api/customers/create#create_customer-test_clock
Then any Subscriptions you create for that Customer will be created within the Test Clock's sandbox.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks! We will try that ๐