---
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.

## Changes

> 51 revisions in range; 14 not diffed, 6 could not be searched.

- **2026-07-01** `e24a26de4188` — 3 breaking
  - removed the required property `error/payment_intent/latest_charge/anyOf[subschema #2: Charge]/application_fee/anyOf[subschema #2: PlatformFee]/balance_transaction/anyOf[subschema #2: BalanceTransaction]/source/anyOf[subschema #6: Dispute]/payment_method_details/card/network` from the response with the `default` status
  - removed the required property `error/payment_intent/latest_charge/anyOf[subschema #2: Charge]/balance_transaction/anyOf[subschema #2: BalanceTransaction]/source/anyOf[subschema #6: Dispute]/payment_method_details/card/network` from the response with the `default` status
  - removed the required property `error/payment_intent/latest_charge/anyOf[subschema #2: Charge]/failure_balance_transaction/anyOf[subschema #2: BalanceTransaction]/source/anyOf[subschema #6: Dispute]/payment_method_details/card/network` from the response with the `default` status
  - …this revision’s changelog is incomplete
- …earlier changes not shown

[Full history](https://skmtc.dev/stripe/apis/spec3/changes/v1/billing/meter_event_adjustments/post.md)

---

[API](https://skmtc.dev/stripe/apis/spec3.md) · [All operations](https://skmtc.dev/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/f0e0fc8fffbf/schema)
