Overview

Every endpoint is in the sidebar and in search (⌘K). This page groups them by where you are in the journey.

flowchart LR
  A["1 · Authenticate"] --> B["2 · Build
  your catalog"]
  B --> C["3 · Customers
  & orders"]
  C --> D["4 · Collect
  payment"]
  D --> E["5 · Recurring
  & recovery"]

New to the API? Start with the Introduction. Each stage below has a short guide.


1 · Authenticate

Every request uses an API token, sent as a Bearer token, and your profile ID. Customers don't need either.

2 · Build your catalog

3 · Create customers & orders

4 · Collect payment

5 · Recurring billing & recovery


How customers pay

Customers don't call the API. You send them a payment link by email, SMS or QR, and they pay or update their card on the page it opens. See Payment Links.