Customers
Read the customer behind the cards — portfolio summary, corporate relationships and total assets.
Service that lists corporate cards of a individual customer
Retrieves corporate customer information for a given individual customer. Validates the request, fetches customer assets, and filters for corporate supplementary cards (ProductSegmentCode = "T"). Returns a GetCorporateCustomerInfoByIndividualCustomerResponse containing MainCustomerNumber, ShadowCardNumber, and MaskedCardNumber for each relevant card.
Service that lists corporate cards of a individual customer › Request Body
customerNumberCustomer Number - [Optional]
channelChannel - [Optional]
Service that lists corporate cards of a individual customer › Responses
Success
List Of Debit Corporate Customer Info - [Optional]
Service that retrieves customer asset information
Retrieves all debit card assets for a given customer. Fetches card details, sensitive data, account info, status, and delivery info. Uses _dcidRepository.GetCustomerAssetByCustomernumber for card data, _dbtServiceProxy.ListCardAccountByShadowCardNumber for account info, _coreBankingIntegrationOutdoor.GetAccountInformation for balances, and GetSensitiveData for sensitive card info (CVV2, PAN). Returns a GetCustomerAssetResponse containing a list of DebitCardModel with all relevant information.
Service that retrieves customer asset information › Request Body
customerNumberCustomer Number - [Optional]
purposePurpose - [Optional]
channelCodeChannel Code - [Optional]
Service that retrieves customer asset information › Responses
Success
List Of Card - [Optional]
Service that returns whether the customer is flagged as risky
Checks whether a customer has any cards in the system. Accepts a CustomerNumber and returns flags indicating whether the customer has Credit, Debit, or Prepaid cards.
Service that returns whether the customer is flagged as risky › Request Body
customerNumberCustomer Number - [Optional]
Service that returns whether the customer is flagged as risky › Responses
Success
haveAnyDebitCardHave Any Debit Card - [Optional]
haveAnyCreditCardHave Any Credit Card - [Optional]
haveAnyPrepaidCardHave Any Prepaid Card - [Optional]
Service that lists customer card information
Retrieves a summarized list of debit card assets for a customer. Fetches card details, status, and related accounts. Uses _dcidRepository.GetCustomerAssetsSummaryDebit for card info, _dbtServiceProxy.ListCardAccountByShadowCardNumber for accounts, _coreBankingIntegrationOutdoor.GetAccountInformation for balances, and _cache for product and status descriptions. Filters out invalid or expired reissue cards and orders the list according to sort rules. Returns GetCustomerAssetsSummaryDebitResponse containing a list of GetCustomerAssetsSummaryDebitCardModel with card and account info.
Service that lists customer card information › Request Body
customerNumberCustomer Number - [Optional]
channelCodeChannel Code - [Optional]
Service that lists customer card information › Responses
Success
List Of Card - [Optional]