Overview

Start here for GetPaidHQ docs: system model, API reference, billing, usage, dunning, and integration guides.

GetPaidHQ is a processor-agnostic billing system. The docs are split by how you work with it: the API contract, the billing model, usage metering, dunning recovery, and integration concerns.

Where to start

Core model

  • Catalog: products contain variants; variants have prices.
  • Checkout: orders collect priced items and customer/payment context.
  • Subscriptions: recurring prices become subscriptions when an order is completed.
  • Usage: meters define how usage events aggregate for metered prices.
  • Recovery: failed subscription charges can open dunning campaigns.
  • Runtime: the API server uses pluggable adapters for persistence, workflows, pub/sub, cache, auth, and payment gateways.

Common paths