Mastercard · JSON Structure

Mastercard Checkout Solutions Dpas Structure

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

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

Properties

srcDpaId hasAcquirerRelationship subMerchantId paymentFacilitatorId debitTokenRequested merchantCategoryCodes acquirerData

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Dpas",
  "type": "object",
  "properties": {
    "srcDpaId": {
      "type": "string"
    },
    "hasAcquirerRelationship": {
      "type": "string"
    },
    "subMerchantId": {
      "type": "string"
    },
    "paymentFacilitatorId": {
      "type": "string"
    },
    "debitTokenRequested": {
      "type": "boolean"
    },
    "merchantCategoryCodes": {
      "type": "array"
    },
    "acquirerData": {
      "type": "array"
    }
  }
}