Cardholders
Cardholders are created per account and identified by your cardOwnerId. Use that id when issuing cards.
| Endpoint | Method | Description |
|---|---|---|
/api/v2/accounts/{account_uuid}/cardholders | POST | Create cardholder |
/api/v2/accounts/{account_uuid}/cardholders | GET | List cardholders for this account |
/api/v2/cardholders | GET | List all cardholders (merchant) |
/api/v2/cardholders/{card_owner_id} | GET | Get one by provider / owner id |
Query params for list endpoints: limit (default 100, max 1000), offset (default 0).