PolarExpress.Schemas.WebhookSubscriptionRevokedPayload (polar_express v0.1.5)

Copy Markdown View Source

WebhookSubscriptionRevokedPayload

Sent when a subscription is revoked and the user loses access immediately. Happens when the subscription is canceled or payment retries are exhausted (status becomes unpaid).

For payment failures that can still be recovered, see subscription.past_due.

Discord & Slack support: Full

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.WebhookSubscriptionRevokedPayload{
  data: PolarExpress.Schemas.Subscription.t() | nil,
  timestamp: DateTime.t() | nil,
  type: String.t() | nil
}
  • data
  • timestamp - Format: date-time.
  • type

Functions

schema_name()