Mastercard · Schema

TransactionIdentifier

Transaction Identifier containing CFC Indicator the key and value pair.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
cfcValue string Actual value depending on the 'CFC Indicator' subject to the following validations 1. For ARN, Min Length is 23, Max Length is 23 and Data Type is N. 2. For BRN, Min Length is 6, Max Length is 9 and D
View JSON Schema on GitHub

JSON Schema

mastercard-confirmed-fraud-transaction-identifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TransactionIdentifier",
  "type": "object",
  "description": "Transaction Identifier containing CFC Indicator the key and value pair.",
  "properties": {
    "cfcValue": {
      "type": "string",
      "description": "Actual value depending on the 'CFC Indicator' subject to the following validations 1. For ARN, Min Length is 23, Max Length is 23 and Data Type is N. 2. For BRN, Min Length is 6, Max Length is 9 and Data Type is AN. 3. For TRC, Min Length is 6, Max Length is 6 and Data Type is N. 4. For SER, Min Length is 9, Max Length is 9 and Data Type is N."
    }
  }
}