Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Card Disputes data model

This section outlines the card disputes data model and the tables installed with the disputes application.

Card disputes data model

The following diagram shows the tables and their relationships within the card disputes data model.

Image omitted: MMASSET0020606-card-dispute-data-model.png
Diagram showing the relationships between tables in the card disputes data model.

Card disputes tables

EntityTable nameWhat you can do
Dispute Tasksn_bom_credit_card_disputes_taskTrack and manage dispute tasks; extends the Financial Task table [sn_bom_task].
Dispute Transactionsn_bom_credit_card_disputes_transactionStore all credit card dispute transactions.
Business Checking Accountsn_bom_b2b_checking_accountStore checking account data for business customers; extends Deposit Account table [sn_bom_deposit_account].
Business Saving Accountsn_bom_b2b_saving_accountStore saving account data for business customers; extends Deposit Account table [sn_bom_deposit_account].
Deposit Accountsn_bom_deposit_accountManage all checking and saving account records; extends Financial Account table [sn_bom_financial_account].
Financial Accountsn_bom_financial_accountStore deposit, loan, credit card, line of credit, and insurance policy accounts; extends Sold Product table [sn_install_base_sold_product].
Financial Tasksn_bom_taskManage financial tasks such as inquiries, claims, credits, and loans; extends Industry Task table [sn_ind_task].
Financial Transactionsn_bom_transactionTrack all financial transactions across deposit, loan, and credit card accounts.
Line of Creditsn_bom_line_of_creditStore line of credit account records; extends Financial Account table [sn_bom_financial_account].
Personal Checking Accountsn_bom_checking_accountStore checking account data for individual consumers; extends Deposit Account table [sn_bom_deposit_account].
Service Definitionsn_bom_service_definitionConfigure service definitions used across workflows; extends Service Definition table [sn_case_type_selection].
Card Transactionsn_bom_card_transactionStore card-based transaction records; extends Financial Transaction table [sn_bom_transaction].
Deposit Transactionsn_bom_deposit_transactionStore deposit transaction records; extends Financial Transaction table [sn_bom_transaction].
Credit Transactionsn_bom_line_of_credit_transactionStore line of credit transactions; extends Financial Transaction table [sn_bom_transaction].
Visa Dispute Intakesn_bom_credit_card_dispute_intakeCapture Visa dispute questionnaire questions and responses; extends Intake Form table [sn_evnt_inq_qtn].
Visa Dispute Cardholder Intakesn_bom_credit_card_cardholder_dispute_intakeStore Visa dispute responses from consumers; extends Visa Dispute Intake table [sn_bom_visa_cp_visa_dispute_questionnaire].
CRB Region Typesn_bom_visa_cp_crb_region_typeStore Visa Card Recovery Bulletin (CRB) region details.
Mastercard Chargeback Reason Code Messagesn_bom_mcard_cp_mastercard_chargeback_reason_codesStore Mastercard chargeback reason codes and messages.
Sold Productssn_install_base_sold_productTrack products and services sold to accounts or consumers.
Product Modelcmdb_modelConfigure product models for services, hardware, software, and consumables.
Card dispute service casesn_bom_credit_card_disputes_servicesCreate and track card dispute cases initiated by agents.
Card service modelSn_ent_card_service_modelStore card product information.
Deposit modelsn_ent_deposit_account_modelDefine deposit product models like savings or checking accounts.
Casesn_customerservice_caseManage customer questions, issues, and resolutions, such as card dispute cases.
TaskTaskTrack work progress related to case management.
Tasksn_customerservice_taskCentralize and manage customer service-related tasks.
Card disputes related transactionsn_bom_credit_card_disputes_related_transactionStore transactions associated with a card dispute.
Service Definitionsn_case_type_selectionLink services to case types and define request types.
Intake Formsn_evt_inq_qtnStore request-related questions and responses.
Personal Saving Accountsn_bom_saving_accountStore individual saving account data.
Payment Networksn_bom_payment_networkStore payment processing network info such as Visa Interlink, Pulse.
Business Credit Cardsn_bom_b2b_credit_cardStore business credit card details and usage data.
Personal Credit Cardsn_bom_credit_cardStore individual credit card details.
Chargeback Reason Codessn_bom_chargeback_reason_codesCategorize and store chargeback reasons per card network.
Financial Services Basesn_bom_caseManage all financial case records, including disputes and fraud investigations.
Accountcustomer_accountStore and manage customer account records.
Consumercsm_consumerStore information for B2C (individual) customers.
Contactcustomer_contactMaintain customer contact information.

Parent Topic:Data Models