Skip to main content

Cardholders

Cardholders are created per account and identified by your cardOwnerId. Use that id when issuing cards.

EndpointMethodDescription
/api/v2/accounts/{account_uuid}/cardholdersPOSTCreate cardholder
/api/v2/accounts/{account_uuid}/cardholdersGETList cardholders for this account
/api/v2/cardholdersGETList all cardholders (merchant)
/api/v2/cardholders/{card_owner_id}GETGet one by provider / owner id

Query params for list endpoints: limit (default 100, max 1000), offset (default 0).