Mastercard · JSON Structure

Mastercard Suspected Fraud Fraud Structure

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

Fraud 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

responseCode responseMessage auditControlNumber confirmedAuditControlNumber previousStatus currentStatus channel submissionStatus matchLevelIndicator financialTransactionIndicator authorizationResponse

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Fraud",
  "type": "object",
  "properties": {
    "responseCode": {
      "type": "string"
    },
    "responseMessage": {
      "type": "string"
    },
    "auditControlNumber": {
      "type": "string"
    },
    "confirmedAuditControlNumber": {
      "type": "string"
    },
    "previousStatus": {
      "type": "string"
    },
    "currentStatus": {
      "type": "string"
    },
    "channel": {
      "type": "string"
    },
    "submissionStatus": {
      "type": "string"
    },
    "matchLevelIndicator": {
      "type": "string"
    },
    "financialTransactionIndicator": {
      "type": "string"
    },
    "authorizationResponse": {
      "type": "string"
    }
  }
}