View Cards Related to an Account
As a user, I want to view the card(s) related to an account including related card data
Steps
The CrCardActSrch, CrCardAcctInq, EFTCardSrch, or EFTCardInq operations to look up card information along with the AcctSrch to search for a specific core account number. Both CrCardAcctSrch and AcctSrch will return tokenized credit card numbers, however if the associated customer record on the core is needed then AcctSrch will have to be used.
Referenced and Associated Operations
It is highly recommended that as part of referencing this use case that a user becomes familiar with the following jXchange operations and their function. While the user may elect to not use the listed operation as part of their programming or workflow, knowledge of the operations listed below is essential to understanding the process set forth with this use case.
Detailed information about the operation, the request structure/response, error messages and other useful information can be obtained by clicking the operation name below.
Operation Name | Description | Provider(s) | XSD/WSDL Container |
---|---|---|---|
AcctSrch | Search for an existing account on core | Multiple | Inquiry |
EFTCardSrch | Search for an existing debit or ATM card | Multiple | Customer |
EFTCardInq | Inquire on an existing debit or ATM card | Multiple | Customer |
CrCardAcctSrch | Search for credit card accounts | Card Services | CrCard |
CrCardAcctInq | Inquire on the details as related to a credit card | Card Services | CrCard |