Liking cljdoc? Tell your friends :D

stripe-clojure.v2.billing.meter-event-adjustments

V2 Billing Meter Event Adjustments API.

Meter event adjustments allow you to correct or cancel previously reported meter events. This is useful when you need to:

  • Cancel events that were reported in error
  • Adjust usage values for billing corrections

Stripe docs: https://docs.stripe.com/api/v2/billing/meter_event_adjustments

V2 Billing Meter Event Adjustments API.

Meter event adjustments allow you to correct or cancel previously
reported meter events. This is useful when you need to:
- Cancel events that were reported in error
- Adjust usage values for billing corrections

Stripe docs: https://docs.stripe.com/api/v2/billing/meter_event_adjustments
raw docstring

stripe-clojure.v2.billing.meter-event-session

V2 Billing Meter Event Session API.

Meter event sessions provide authentication tokens for high-throughput meter event streaming. A session token is valid for a limited time and can be used to send meter events without per-request authentication.

Stripe docs: https://docs.stripe.com/api/v2/billing/meter_event_session

V2 Billing Meter Event Session API.

Meter event sessions provide authentication tokens for high-throughput
meter event streaming. A session token is valid for a limited time and
can be used to send meter events without per-request authentication.

Stripe docs: https://docs.stripe.com/api/v2/billing/meter_event_session
raw docstring

stripe-clojure.v2.billing.meter-event-stream

V2 Billing Meter Event Stream API.

The meter event stream endpoint enables high-throughput meter event submission using a session-based authentication token. This is designed for scenarios where you need to send many events quickly.

Unlike the standard meter events endpoint, the stream endpoint:

  • Uses session tokens instead of API keys for authentication
  • Supports higher throughput
  • Is optimized for bulk event submission

Stripe docs: https://docs.stripe.com/api/v2/billing/meter_event_stream

V2 Billing Meter Event Stream API.

The meter event stream endpoint enables high-throughput meter event
submission using a session-based authentication token. This is
designed for scenarios where you need to send many events quickly.

Unlike the standard meter events endpoint, the stream endpoint:
- Uses session tokens instead of API keys for authentication
- Supports higher throughput
- Is optimized for bulk event submission

Stripe docs: https://docs.stripe.com/api/v2/billing/meter_event_stream
raw docstring

stripe-clojure.v2.billing.meter-events

V2 Billing Meter Events API.

Meter events represent usage data for a customer's meter. This is a high-throughput API designed for sending usage events in real-time.

Key features:

  • High throughput: Up to 1000 events/second in live mode
  • JSON encoding for request/response
  • Designed for real-time usage tracking

Stripe docs: https://docs.stripe.com/api/v2/billing/meter_events

V2 Billing Meter Events API.

Meter events represent usage data for a customer's meter. This is a
high-throughput API designed for sending usage events in real-time.

Key features:
- High throughput: Up to 1000 events/second in live mode
- JSON encoding for request/response
- Designed for real-time usage tracking

Stripe docs: https://docs.stripe.com/api/v2/billing/meter_events
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close