provider POST /v1/radar/value_list_items
@utdk/stripe /v1/radar/value_list_items
Create a value list item
<p>Creates a new <code>ValueListItem</code> object, which is added to the specified parent value list.</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.

postradarvaluelistitems
POST/v1/radar/value_list_items
<p>Creates a new <code>ValueListItem</code> object, which is added to the specified parent value list.</p>

Input

Specifies which fields in the response should be expanded.

required

The value of the item (whose type must match the type of the parent value list).

required

The identifier of the value list which the created item will be added to.

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