Mastercard · JSON Structure

Mastercard Suspected Fraud Transaction Identifier Structure

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

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

Properties

acqRefNum banknetRefNum traceId serialId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TransactionIdentifier",
  "type": "object",
  "properties": {
    "acqRefNum": {
      "type": "string"
    },
    "banknetRefNum": {
      "type": "string"
    },
    "traceId": {
      "type": "string"
    },
    "serialId": {
      "type": "string"
    }
  }
}