Early bird discounts live! Claim your offer

billing.invoice_overdue

Creator invoice marked overdue.

Wired only to Stripe's invoice.marked_uncollectible signal. Stripe does not send that for every overdue scenario, so gaps are possible. Pair this event with billing.payment_failed and billing.grace_period_warning to cover overdue states reliably.

When this fires

The creator's invoice is marked uncollectible by the payment provider. Coverage is partial — providers do not always send this signal for every overdue scenario.

Required ability

billing:read — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "billing.invoice_overdue",
  "created_at": "2026-04-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": null,
  "data": {
    "creator_id": "cre_01HX...",
    "invoice_id": "in_1Nxy..",
    "amount": "49.00",
    "currency": "USD",
    "hosted_invoice_url": "https://invoice.stripe.com/.."
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways billing.invoice_overdue for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idnullAlways null — account-level event.
data.creator_idstring ULIDCreator the invoice was addressed to.
data.invoice_idstringProvider invoice id.
data.amountstringInvoice amount in major units of currency.
data.currencystringISO 4217 currency code.
data.hosted_invoice_urlstringURL to the provider-hosted invoice page.

Caveats

How is this guide?

On this page

MemberPass is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request