Mastercard · Schema

CbsAccountType

Bank ISO Account Type in CBS.
**Conditional Mandatory*** field - Required while linking new debit account. Possible values configured in CSR portal on "Card Management > Institution Parameter Setup > Account Type [ISSS12]" screen. CBS Host account type must be configured to match with ISO account types like 10, 20.
**Possible values:**
* `DEFAULT` - Default Account * `SAVINGS` - Savings Account * `CHECKING` - Checking or Current Account * `CREDIT_CARD` - Credit Card Account * `CREDIT_LINE` - Credit Line Account * `CORPORATE` - Corporate Account * `UNIVERSAL` - Universal Account * `MONEY_MARKET_INVESTMENT` - Money Market Investment Account * `IRA_INVESTMENT` - Ira Investment Account * `STORED_VALUE` - Stored Value Account * `REVOLVING_LOAN` - Revolving Loan Account * `INSTALLMENT_LOAN` - Installment Loan Account * `REAL_ESTATE_LOAN` - Real Estate Loan Account

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-cbs-account-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CbsAccountType",
  "type": "string",
  "description": "Bank ISO Account Type in CBS. <br/> **Conditional Mandatory**<font color='red'>* </font> field - Required while linking new debit account. Possible values configured in CSR portal on \"Card Management > Institution Parameter Setup >  Account Type [ISSS12]\" screen. CBS Host account type must be configured to match with ISO account types like 10, 20. <br/> **Possible values:** <br/>\n* `DEFAULT` - Default Account\n* `SAVINGS` - Savings Account\n* `CHECKING` - Checking or Current Account\n* `CREDIT_CARD` - Credit Card Account\n* `CREDIT_LINE` - Credit Line Account\n* `CORPORATE` - Corporate Account\n* `UNIVERSAL` - Universal Account\n* `MONEY_MARKET_INVESTMENT` - Money Market Investment Account\n* `IRA_INVESTMENT` - Ira Investment Account\n* `STORED_VALUE` - Stored Value Account\n* `REVOLVING_LOAN` - Revolving Loan Account\n* `INSTALLMENT_LOAN` - Installment Loan Account\n* `REAL_ESTATE_LOAN` - Real Estate Loan Account"
}