Mastercard · Schema
DpaBatchStatus
The DpaBatchStatus response contains information related to the status of a submitted Digital Payment Application (DPA) batch.
Credit CardsDigital IdentityFinancial-ServicesFraud DetectionOpen BankingPaymentsFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| requestId | string | This field allows the Integrator to assign an internal reference to a batch request so that it can be used for internal tracking purposes. |
| batchId | string | A unique identifier associated with the submitted Digital Payment Application (DPA) batch. The Batch ID can be used to retrieve the status of the batch by calling GET DPA status endpoint. |
| batchStatus | string | Describes the outcome of the submitted Digital Payment Application (DPA) batch. Possible outcomes include: * COMPLETED_SUCCESSFULLY - Batch was completed successfully and all DPAs included in the batc |
| batchStartTime | string | Start time of batch request |
| batchEndTime | string | End time of batch request |
| errorMessage | string | Provides additional information when batchStatus yields a FAILED status. |
| items | array | An array of status objects that describes the outcome of each Digital Payment Application (DPA) item in a batch request. Note: DPA item order may differ from original submission." |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DpaBatchStatus",
"type": "object",
"description": "The DpaBatchStatus response contains information related to the status of a submitted Digital Payment Application (DPA) batch.",
"properties": {
"requestId": {
"type": "string",
"description": "This field allows the Integrator to assign an internal reference to a batch request so that it can be used for internal tracking purposes."
},
"batchId": {
"type": "string",
"description": "A unique identifier associated with the submitted Digital Payment Application (DPA) batch. The Batch ID can be used to retrieve the status of the batch by calling GET DPA status endpoint."
},
"batchStatus": {
"type": "string",
"description": "Describes the outcome of the submitted Digital Payment Application (DPA) batch. Possible outcomes include:\n\n* COMPLETED_SUCCESSFULLY - Batch was completed successfully and all DPAs included in the batch are ready to transact.\n\n* COMPLETED_WITH_ERRORS - Batch was completed successfully, but some DPAs included in the batch aren't ready to transact.\n\n* FAILED - Batch failed to load.\n\n* IN_PROGRESS - Batch processing in progress.\n\nFor a full breakdown of all DPA outcomes in a batch, refer to the items.\n"
},
"batchStartTime": {
"type": "string",
"description": "Start time of batch request"
},
"batchEndTime": {
"type": "string",
"description": "End time of batch request"
},
"errorMessage": {
"type": "string",
"description": "Provides additional information when batchStatus yields a FAILED status."
},
"items": {
"type": "array",
"description": "An array of status objects that describes the outcome of each Digital Payment Application (DPA) item in a batch request.\n\nNote: DPA item order may differ from original submission.\"\n"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mastercard-checkout-solutions-dpa-batch-status"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.