Account linking
Attach and detach the accounts a card draws on, and read back what a card is currently linked to.
Service that links an account to a card
Provides methods to attach, deattach, and list card accounts for a customer. Includes operations for attaching an account to a card, removing it, recreating multiple accounts, and listing accounts by shadow card number or account number.
Service that links an account to a card › Request Body
fecCodeFec Code - [Optional]
accountBranchIdAccount Branch Id - [Optional]
accountSuffixAccount Suffix - [Optional]
accountNumberAccount Number - [Optional]
accountOrderFlagAccount Order Flag - [Optional]
accountTypeAccount Type - [Optional]
shadowCardNumberShadow Card Number - [Optional]
accountAliasAccount Alias - [Optional]
ibanIban - [Optional]
channelChannel - [Optional]
Service that links an account to a card › Responses
Success
recordIdRecord Id - [Optional]
Service that lists card account information based on account number
Retrieves a list of card accounts associated with a given account number. Uses the lifecycle service proxy to fetch all accounts and maps them to CardAccount objects including details such as account alias, branch, suffix, type, IBAN, currency, validity, and audit information.
Service that lists card account information based on account number › Request Body
accountNumberAccount Number - [Optional]
channelChannel - [Optional]
Service that lists card account information based on account number › Responses
Success
List Of Account - [Optional]
Service that lists card account information based on Shadow Card Number
Retrieves a list of card accounts associated with a given shadow card number. The method uses the lifecycle service proxy to fetch accounts and maps them to CardAccount objects, including details such as account alias, branch, suffix, type, IBAN, currency, validity, and audit information (insert/update user, token, and date).
Service that lists card account information based on Shadow Card Number › Request Body
shadowCardNumberShadow Card Number - [Optional]
channelChannel - [Optional]
Service that lists card account information based on Shadow Card Number › Responses
Success
List Of Account - [Optional]
Service that updates the account linked to a card
Recreates all card accounts for a customer's credit card. Accepts a list of card account details (account number, suffix, type, alias, branch, FEC code, IBAN, record ID, and currency code) and sets their ValidFlag to true. The service replaces existing accounts for the given ShadowCardNumber with the provided list through the lifecycle service.
Service that updates the account linked to a card › Request Body
shadowCardNumberShadow Card Number - [Optional]
Card Account List - [Optional]
channelChannel - [Optional]
Service that updates the account linked to a card › Responses
Success