# `Stripe.Services.V2.Billing.MeterEventService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/v2/billing/meter_event_service.ex#L2)

Meter Event

Fix me empty_doc_string.

# `create`

```elixir
@spec create(Stripe.Client.t(), map(), keyword()) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

Create a billing meter event with synchronous validation

Creates a meter event. Events are validated synchronously, but are processed asynchronously. Supports up to 1,000 events per second in livemode. For higher rate-limits, please use meter event streams instead.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
