Skip to main content
This page maps the objects the Fanvue API exposes, who owns them, how money moves between them, and the identifiers that join one surface to another. Read it once; every other page assumes it.

Roles

Content objects

Money flow

Every sale is an invoice (a payment) from a payer to an earner. Amounts are integers in minor units; each resource carries its own currency. Two rules apply across every family:
  1. Money and access are separate events. A subscription’s first charge emits a payment event and an activation event; fulfil access off the subscription event, reconcile revenue off the payment event.
  2. Webhooks are notifications, not the ledger. They can be missed or delayed; the REST read endpoints are the source of truth to reconcile against.

Join keys

The identifiers that connect one surface to another:

See also