Individual Accounts — list of endpoints
Every endpoint in the Individual Accounts section of the API Reference →. Click any row to open the full reference page with payload, examples, and the Try it widget.
Account lifecycle
| Method | Endpoint | What it does |
|---|---|---|
| GET | /individual/accounts | List individuals (paginated, filterable). |
| POST | /individual/accounts | Onboard a new individual (client + debit account). |
| GET | /individual/accounts/{clientCode} | Fetch a single individual by code. |
Cards under an individual
| Method | Endpoint | What it does |
|---|---|---|
| GET | /individual/accounts/{clientCode}/cards | List all cards owned by an individual. |
| POST | /individual/accounts/{clientCode}/cards/virtual | Issue a virtual card for an individual. |
| POST | /individual/accounts/{clientCode}/cards/physical | Issue a physical card for an individual. |
Audit & history
| Method | Endpoint | What it does |
|---|---|---|
| GET | /individual/accounts/{clientCode}/audit-logs | Inspect every API call made on this individual. |
| GET | /individual/accounts/{clientCode}/cards/{cardKey}/status-history | Card status transition history for an individual. |
| GET | /individual/accounts/{clientCode}/transactions | Transaction history for an individual. |
Looking for a full reference?
Each row above links to the full API Reference page for that endpoint, with request parameters, examples, and a Try it widget.