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
The moving parts — wallet, shifts, pools, payouts — and how they connect.
Walk through a full automation from shift sync to payout confirmation.
Base URLs, auth headers, and the public OpenAPI spec.
Interactive endpoint docs with scopes and request schemas.
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:
Server-to-server automation. Scoped to one restaurant and the permissions you pick when you create the key.
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.