provider POST /v1/tax/registrations
@utdk/stripe /v1/tax/registrations
Create a registration
<p>Creates a new Tax <code>Registration</code> object.</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.

posttaxregistrations
POST/v1/tax/registrations
<p>Creates a new Tax <code>Registration</code> object.</p>

Input

required

Time at which the Tax Registration becomes active. It can be either `now` to indicate the current time, or a future timestamp measured in seconds since the Unix epoch.

required

Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).

required

Specific options for a registration in the specified `country`.

Specifies which fields in the response should be expanded.

If set, the Tax Registration stops being active at this time. If not set, the Tax Registration will be active indefinitely. Timestamp measured in seconds since the Unix epoch.

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.posttaxregistrations()