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": "2a91c4e7-6f38-4b52-8e0d-9c1a7b3f5d80",
    "invoice_id": "in_1Nxy..",
    "amount": "49.00",
    "currency": "USD",
    "hosted_invoice_url": "https://invoice.stripe.com/..",
    "attempt_count": 1
  }
}

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 UUIDCreator 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).
data.attempt_countintegerProvider-side attempt count on the invoice.

Caveats

  • Expect two deliveries per payment. Subscriby maps both Stripe invoice.paid and invoice.payment_succeeded onto this event. De-duplicate on data.invoice_id.
  • Recovery is not driven by this event. past_due_since, locked_at and the warning stamps are cleared when Stripe reports the subscription back at active/trialing on customer.subscription.updated, which emits no billing.* event of its own — so a consumer tracking lock state should treat this event as a hint, not the unlock signal.
  • A creator's lockdown never suspends their subscribers' billing — only new signups are blocked — so there is nothing to resume here.

How is this guide?

On this page

Subscriby 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