Meter Event Session
A Meter Event Session is an authentication session for the high-throughput meter event API. Meter Event Sessions provide temporary authentication tokens with expiration times, enabling secure and efficient bulk submission of usage events.
Summary
Functions
Create a Meter Event Stream Authentication Session
Functions
@spec create(Stripe.Client.t(), map(), keyword()) :: {:ok, Stripe.Resources.V2.Billing.MeterEventSession.t()} | {:error, Stripe.Error.t()}
Create a Meter Event Stream Authentication Session
Creates a meter event session to send usage on the high-throughput meter event stream. Authentication tokens are only valid for 15 minutes, so you need to create a new meter event session when your token expires.