Environments
| Environment | Base URL |
|---|---|
| Sandbox | https://api-nonprod.incard.com |
| Live | https://api.incard.com |
/developer/companies/… prefix — for example GET /developer/companies.
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>. 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.| Tag | Resources |
|---|---|
| company | Company profile |
| invoices | Outbound invoices (create, list, update, stats, suggestions) |
| payee | Payment recipients |
| webhooks | Transaction webhook deliveries (receive and verify) |