---
title: "Create a billing meter event adjustment"
method: POST
path: "/v1/billing/meter_event_adjustments"
---

# Create a billing meter event adjustment

`POST /v1/billing/meter_event_adjustments`

Creates a billing meter event adjustment.

## Response `200`

Successful response.

- BillingMeterEventAdjustment — A billing meter event adjustment is a resource that allows you to cancel a meter event. For example, you might create a billing meter event adjustment to cancel a meter event that was created in error or attached to the wrong customer.
  - `cancel` BillingMeterResourceBillingMeterEventAdjustmentCancel
    - `identifier` string, nullable — Unique identifier for the event.
  - `event_name` string, required — The name of the meter event. Corresponds with the `event_name` field on a meter.
  - `livemode` boolean, required — If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
  - `object` 'billing.meter_event_adjustment', required — String representing the object's type. Objects of the same type share the same value.
  - `status` 'complete' | 'pending', required — The meter event adjustment's status.
  - `type` 'cancel', required — Specifies whether to cancel a single event or a range of events for a time period. Time period cancellation is not supported yet.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/stripe-api.md) · [All operations](https://skmtc.net/stripe/apis/stripe-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/stripe-api/versions/707de00b0616/schema)
