Early bird discounts live! Claim your offer

billing.invoice_created

New invoice generated for the creator's MemberPass tier.

project_id is always null for billing events — these describe the creator's relationship with MemberPass itself, not their subscribers.

When this fires

A new invoice is generated for the creator's MemberPass tier subscription.

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_created",
  "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/..",
    "attempt_count": 0
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways billing.invoice_created 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 is addressed to.
data.invoice_idstringProvider invoice id.
data.amountstringInvoice amount in major units of currency, formatted as a string.
data.currencystringISO 4217 currency code.
data.hosted_invoice_urlstringURL to the provider-hosted invoice page.
data.attempt_countintegerNumber of payment attempts so far. 0 at creation.

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