{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DpaResults", "type": "object", "description": "Object for individual Digital Payment Application (DPA) item status data.", "properties": { "srcDpaId": { "type": "string", "description": "The registered identifier for the Digital Payment Application (DPA) accessing the service.\n\nConditional: Required if you are a Merchant directly integrating with Mastercard Checkout Solutions (MCS) APIs, a Payment Service Provider (PSP) integrating On-Behalf-Of (OBO) a Merchant, a Payment Facilitator, or if you are enrolling in the Secure Card on File (SCOF) QR program.\n" }, "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\n* FAILED - The DPA is NOT eligible to process transactions. Please see the error object for more details.\"\n" }, "dpaName": { "type": "string", "description": "Legal name of Merchant (which may differ from dpaPresentationName)." } } }