https://api.incard.com. Gateway paths use the /developer/… prefix — for example GET /developer/company/invoices.
Get started
- Authentication — create an API key, exchange it for a short-lived access token, and understand role-based permissions.
- Quickstart — make your first authenticated request.
Authorization: Bearer <access_token> and X-On-Behalf-Of: <company_id> on protected routes. Do not send your API key on resource endpoints.
What’s in this reference
This site documents a curated set of endpoints ready for integrators. The API Reference tab lists each operation with request and response examples.
See also Webhooks for receiving and verifying transaction event notifications.