Early bird discounts live! Claim your offer

billing.invoice_paid

Invoice paid in full.

project_id is always null for billing events.

When this fires

The creator's tier invoice is paid in full and the account is marked current.

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_paid",
  "created_at": "2026-05-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_paid 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.amountstringPaid amount in major units of currency.
data.currencystringISO 4217 currency code.
data.hosted_invoice_urlstringURL to the provider-hosted invoice page (now showing paid status).

Caveats

  • A previously past_due account is auto-reset on this event. If a billing.account_locked was issued, the lock is also cleared.
  • Pairs with the resumption of subscriber-side invoicing if access had been suspended.

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