{ "$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" } } }