Account linking
Attach and detach the accounts a card draws on, and read back what a card is currently linked to.
Operations
credit-digital-channels-integration
/credit/api/attachCardAccount
Links a customer account to a credit card for payment purposes.
POST/credit/api/detachCardAccount
Unlinks an account from a card so the card can no longer draw on it. The card itself stays open.
POST/credit/api/detachCardAccountByAccountNumber
Unlinks an account from a card, identifying the account by its number rather than by the card reference.
POST/credit/api/listCardAccountByAccountNumber
Lists cards linked to a specific account.
POST/credit/api/listCardAccountByShadowCardNumber
Lists accounts linked to a specific card.
POST/credit/api/recreateCustomerCardAccount
Recreates account linkages, typically used for account number changes or corrections.
debit-digital-channels-integration
/debit/api/attachCardAccount
Links a bank account to a debit card, enabling the card to authorize transactions against that account's balance.
POST/debit/api/detachCardAccount
Unlinks an account from a debit card so the card can no longer draw on it. The card itself stays open, and any other linked accounts are untouched.
POST/debit/api/detachCardAccountByAccountNumber
Unlinks an account from a debit card, identifying the account by its number rather than by the card reference.
POST/debit/api/modifyCardAccount
Updates account relationship properties (e.g., priority, alias) without removing the linkage.
POST/debit/api/listCardAccountByAccountNumber
Retrieves all cards linked to a specific account number.
POST/debit/api/listCardAccountByShadowCardNumber
Retrieves all accounts linked to a specific card.
POST/debit/api/recreateCustomerCardAccounts
Recreates account linkages for a customer's cards, typically after account structure changes or data migration.
POST/debit/api/saveCardAccountCurrencyConversion
Sets the currency conversion behaviour for a card and its linked account. Applies to transactions in a currency the account does not hold.
POST/debit/api/getCardAccountCurrencyConversion
Reads the currency conversion setting for a card and its linked account — which currency a transaction is converted into when the two differ.