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 BankingPayments

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."
View JSON Schema on GitHub