provider POST /v1/billing/meter_event_adjustments
@utdk/stripe /v1/billing/meter_event_adjustments
Create a billing meter event adjustment
<p>Creates a billing meter event adjustment.</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.

postbillingmetereventadjustments
POST/v1/billing/meter_event_adjustments
<p>Creates a billing meter event adjustment.</p>

Input

Specifies which event to cancel.

required

The name of the meter event. Corresponds with the `event_name` field on a meter.

Specifies which fields in the response should be expanded.

required

Specifies whether to cancel a single event or a range of events for a time period. Time period cancellation is not supported yet.

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