Mastercard · Schema

DpaRequest

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
dpas array Dpas Object for Integrator to provide a list of Digital Processing Application (DPA) objects. Each DPA object is used to create a corresponding DPA. A minimum of 1 DPA object must be provided in the r
View JSON Schema on GitHub

JSON Schema

mastercard-unified-checkout-solutions-dpa-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DpaRequest",
  "type": "object",
  "properties": {
    "dpas": {
      "type": "array",
      "description": "Dpas\n\nObject for Integrator to provide a list of Digital Processing Application (DPA) objects. Each DPA object is used to create a corresponding DPA. A minimum of 1 DPA object must be provided in the request.\n"
    }
  }
}