Read the customer behind the cards — portfolio summary, corporate relationships and total assets.
Service that lists card information based on the provided Shadow Card Number
Retrieves debit card asset information based on the ShadowCardNumber. Calls the CIS service proxy to fetch details and maps them to GetAssetByShadowCardNumberResponse, including Bin, ProductNumber, OwnerSearchName, CardRefNumber, CardStatusCode, CardStatusReasonCode, CustomerNumber, EmbossName, ExpiryDate, InsertDate, InsertUserId, MainCardRefNumber, MainCustomerNumber, MaskedCardNumber, MaskedPanAlternative, OwnerName, OwnerSecondName, OwnerSurname, PSN, ServiceDomainId, and SupplementaryCard flag.
Service that lists card information based on the provided Shadow Card Number › Request Body
shadowCardNumberShadow Card Number - [Optional]
Service that lists card information based on the provided Shadow Card Number › Responses
Success
customerNumberCustomer Number - [Optional]
supplementaryCardSupplementary Card - [Optional]
mainCustomerNumberMain Customer Number - [Optional]
insertDateInsert Date - [Optional]
serviceDomainIdService Domain Id - [Optional]
ownerNameOwner Name - [Optional]
maskedCardNumberMasked Card Number - [Optional]
ownerSecondNameOwner Second Name - [Optional]
ownerSurnameOwner Surname - [Optional]
psnPsn - [Optional]
binBin - [Optional]
cardStatusCodeCard Status Code - [Optional]
cardStatusReasonCodeCard Status Reason Code - [Optional]
productNumberProduct Number - [Optional]
cardRefNumberCard Ref Number - [Optional]
maskedPanAlternativeMasked Pan Alternative - [Optional]
mainCardRefNumberMain Card Ref Number - [Optional]
ownerSearchNameOwner Search Name - [Optional]
insertUserIdInsert User Id - [Optional]
Service that lists detailed customer information
Retrieves detailed customer information, including personal, firm, and contact details. Accepts GetCustomerDetailRequest containing CustomerNumber, Channel, CommCompanyCode, and flags for including address, email, GSM, and phone details. Returns GetCustomerDetailResponse with a Customer object containing MasterInformation, PersonalInformation, FirmInformation, ListOfAddress, ListOfEmail, ListOfGSM, and ListOfPhone. Calls _cisServiceProxy.GetCustomerDetail() and maps the response to internal data structures. Null is returned if the customer does not exist.
Service that lists detailed customer information › Request Body
customerNumberCustomer Number - [Optional]
getEmailDetailGet Email Detail - [Optional]
getAddressDetailGet Address Detail - [Optional]
getPhoneDetailGet Phone Detail - [Optional]
getGsmDetailGet Gsm Detail - [Optional]
channelChannel - [Optional]
commCompanyCodeComm Company Code - [Optional]
Service that lists detailed customer information › Responses
Success
Customer - [Optional]