Mastercard · Schema

DpaResponse

Container object for DpaResults

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
dpaResults array
View JSON Schema on GitHub

JSON Schema

mastercard-unified-checkout-solutions-dpa-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DpaResponse",
  "type": "object",
  "description": "Container object for DpaResults",
  "properties": {
    "dpaResults": {
      "type": "array"
    }
  }
}