Mastercard · JSON Structure

Mastercard Checkout Solutions Dpa Batch Status Structure

Type: object Properties: 7
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

DpaBatchStatus is a JSON Structure definition published by Mastercard, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

requestId batchId batchStatus batchStartTime batchEndTime errorMessage items

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DpaBatchStatus",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "batchId": {
      "type": "string"
    },
    "batchStatus": {
      "type": "string"
    },
    "batchStartTime": {
      "type": "string"
    },
    "batchEndTime": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    },
    "items": {
      "type": "array"
    }
  }
}