provider POST /v1/test_helpers/test_clocks
@utdk/stripe /v1/test_helpers/test_clocks
Create a test clock
<p>Creates a new test clock that can be attached to new customers and quotes.</p>

Try it

Authentication
Configure credentials for Stripe API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

posttesthelperstestclocks
POST/v1/test_helpers/test_clocks
<p>Creates a new test clock that can be attached to new customers and quotes.</p>

Input

Existing customer this test clock will be attached to. Once attached, customers can't be removed from a test clock.

Specifies which fields in the response should be expanded.

required

The initial frozen time for this test clock.

The name for this test clock.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.posttesthelperstestclocks()