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
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.

Configure credentials above to enable sending.

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

TypeScript

import stripe from '@utdk/stripe';

await stripe.posttesthelperstestclocks()