Added
Card Account Management
November 25th, 2025
We’ve introduced a new set of Card Account management endpoints that provide more control and visibility over your customers card accounts.
- Create Card Accounts (POST /card-accounts)
Create new card accounts programmatically. - Update Card Accounts (by ID) (PATCH /card-accounts/:id:)
Update details of an existing card account. - Deactivate Card Accounts (by ID) (POST /card-accounts/:id:/deactivate) Deactivate a specific card account by its identifier.
- **Get Available Card Account Currencies **(GET /card-accounts/available-currencies) Retrieve a list of currencies supported for card account creation based on organization setup (banking partner, issuer ...)
- Card Account Summary (GET /card-accounts/summary) Returns an aggregated summary of all active card accounts for the given organization. This includes the total count of card accounts, overall available and credit limits, as well as breakdowns by currency.
- Additional Card Account Callbacks New webhook events are available for card account lifecycle updates:
CARD_ACCOUNT_ADDED
CARD_ACCOUNT_STATUS_CHANGED