Skip to main content

Developer documentation

Paybilt Tips is Paybilt's tip management platform — wallets, tip pools, distributions, and staff payouts. These docs are for building integrations with restaurant API keys: POS sync, scheduling imports, nightly tip runs, accounting exports.

If you're looking for the owner portal UI, that's at tips-portal.paybilt.ca. This site covers the HTTP API only.

Where to start

Concept guides

Short primers for each object you'll hit in the API. Open a topic when you need the full model — not a wall of definitions.

API keys vs portal login

Two different credentials, two different jobs:

API keys

Server-to-server automation. Scoped to one restaurant and the permissions you pick when you create the key.

Portal login

Humans in the web app — owners, managers, staff. Key management itself also needs portal login; you can't mint keys via the integration API.

See Authentication for header format and scope details.