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

MeterEventStream API operations.

# `create_stream`

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

Create a billing meter event with asynchronous validation

Creates meter events. Events are processed asynchronously, including validation. Requires a meter event session for authentication. Supports up to 10,000 requests per second in livemode. For even higher rate-limits, contact sales.

---

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