provider POST /v1/test_helpers/issuing/cards/{card}/shipping/deliver
@utdk/stripe /v1/test_helpers/issuing/cards/{card}/shipping/deliver
Deliver a testmode card
<p>Updates the shipping status of the specified Issuing <code>Card</code> object to <code>delivered</code>.</p>
card path required
string

Try it

Authentication
Configure credentials for Stripe API
posttesthelpersissuingcardscardshippingdeliver
POST/v1/test_helpers/issuing/cards/{card}/shipping/deliver
<p>Updates the shipping status of the specified Issuing <code>Card</code> object to <code>delivered</code>.</p>

Parameters

required

Input

Specifies which fields in the response should be expanded.

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