{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DpaAddUpdateResponse", "type": "object", "description": "The DpaAddUpdateResponse contains the Batch ID for the submitted Digital Payment Application (DPA) batch. The Batch ID can be used to retrieve the status of the batch.", "properties": { "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." } } }