Mastercard · Schema

DpaResults

Status of uploaded dpas

Credit CardsDigital IdentityFinancial-ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
srciDpaId string generated id for srci dpa
status string Status of the individual Digital Payment Application (DPA) item. Potential statuses include: * `SUCCESSFUL` - The DPA is eligible to process transactions. * `FAILED` - The DPA is NOT eligible to proce
dpaName string Registered Legal Name of the Merchant
View JSON Schema on GitHub

JSON Schema

mastercard-unified-checkout-solutions-dpa-results-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DpaResults",
  "type": "object",
  "description": "Status of uploaded dpas",
  "properties": {
    "srciDpaId": {
      "type": "string",
      "description": "generated id for srci dpa"
    },
    "status": {
      "type": "string",
      "description": "Status of the individual Digital Payment Application (DPA) item. Potential statuses include:\n\n* `SUCCESSFUL` - The DPA is eligible to process transactions.\n* `FAILED` - The DPA is NOT eligible to process transactions. Please see the error object for more details.\n"
    },
    "dpaName": {
      "type": "string",
      "description": "Registered Legal Name of the Merchant"
    }
  }
}