Mastercard · JSON Structure

Mastercard Checkout Solutions Three Ds Default Data Structure

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

ThreeDSDefaultData 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

defaultAcquirerBin defaultAcquirerMerchantId defaultMerchantCountryCode defaultMerchantCategoryCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ThreeDSDefaultData",
  "type": "object",
  "properties": {
    "defaultAcquirerBin": {
      "type": "string"
    },
    "defaultAcquirerMerchantId": {
      "type": "string"
    },
    "defaultMerchantCountryCode": {
      "type": "string"
    },
    "defaultMerchantCategoryCode": {
      "type": "string"
    }
  }
}