provider POST /v1/billing/credit_grants/{id}
@utdk/stripe /v1/billing/credit_grants/{id}
Update a credit grant
<p>Updates a credit grant.</p>
id path required
Unique identifier for the object.
string

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.

postbillingcreditgrantsid
POST/v1/billing/credit_grants/{id}
<p>Updates a credit grant.</p>

Parameters

required

Unique identifier for the object.

Input

Specifies which fields in the response should be expanded.

The time when the billing credits created by this credit grant expire. If set to empty, the billing credits never expire.

Set of key-value pairs you can attach to an object. You can use this to store additional information about the object (for example, cost basis) in a structured format.

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