Cards Overview
Issue and manage tenant-scoped cards through the reviewed public gateway surface.Overview
This section documents the current reviewed public card-issuing surface available on the BaaS gateway.Current Gateway Endpoints
POST /api/v1/cardsGET /api/v1/cardsPOST /api/v1/cards/{card_id}/fundGET /api/v1/cards/{card_id}/balanceGET /api/v1/cards/{card_id}/funding/historyGET /api/v1/cards/{card_id}/auto-reloadPUT /api/v1/cards/{card_id}/auto-reloadPOST /api/v1/cards/{card_id}/jit-fundGET /api/v1/cards/{card_id}/alerts/preferencesPUT /api/v1/cards/{card_id}/alerts/preferencesGET /api/v1/cards/alertsPOST /api/v1/cards/alerts/{alert_id}/readGET /api/v1/cards/{card_id}/securityPUT /api/v1/cards/{card_id}/securityPOST /api/v1/cards/{card_id}/lockPOST /api/v1/cards/{card_id}/unlock
Notes On Legacy Terminology
- Older docs and SDK examples may still refer to
freezeandunfreeze. In the reviewed public HTTP contract those operations are exposed aslockandunlock. - Older docs may also refer to
update limitsas a standalone endpoint. In the reviewed public contract, those controls now live under cardsecuritysettings. - The reviewed public gateway does not currently expose a dedicated
terminate cardendpoint.
Card Listing
GET /api/v1/cards supports tenant-scoped listing with optional:
customer_idlimitoffset
customerId is accepted as an alias for customer_id.
Quick Links
List Cards
Retrieve tenant-scoped card records
Fund Card
Add balance to an issued card
Security Settings
Manage lock state and card controls
Issuing Guide
See the broader card issuing flow