Mastercard · JSON Structure

Mastercard Suspected Fraud Suspected Fraud State Change Structure

Type: object Properties: 11
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

SuspectedFraudStateChange is a JSON Structure definition published by Mastercard, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

auditControlNumber transactionIdentifiers fraudPostedDate fraudTypeCode fraudSubTypeCode accountDeviceType cardholderReportedDate notFraudTypeCode avsResponseCode authResponseCode memo

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SuspectedFraudStateChange",
  "type": "object",
  "properties": {
    "auditControlNumber": {
      "type": "string"
    },
    "transactionIdentifiers": {
      "type": "string"
    },
    "fraudPostedDate": {
      "type": "string"
    },
    "fraudTypeCode": {
      "type": "string"
    },
    "fraudSubTypeCode": {
      "type": "string"
    },
    "accountDeviceType": {
      "type": "string"
    },
    "cardholderReportedDate": {
      "type": "string"
    },
    "notFraudTypeCode": {
      "type": "string"
    },
    "avsResponseCode": {
      "type": "string"
    },
    "authResponseCode": {
      "type": "string"
    },
    "memo": {
      "type": "string"
    }
  }
}