Skip to main content
POST
https://checkout.dintero.com/v1
/
mtls
/
v1
/
checkout
/
mastercard
/
notifications
/
dpa
mtls_mastercard_notifications_dpa_post
curl --request POST \
  --url https://checkout.dintero.com/v1/mtls/v1/checkout/mastercard/notifications/dpa \
  --header 'Content-Type: application/json' \
  --data '
{
  "batchId": "<string>",
  "batchStatus": "<string>",
  "items": [
    {
      "action": "<string>",
      "serviceId": "<string>",
      "trid": "<string>",
      "status": "<string>",
      "programName": "<string>",
      "error": {
        "status": 123,
        "reason": "<string>",
        "message": "<string>",
        "errordetail": [
          {
            "message": "<string>",
            "reason": "<string>",
            "source": "<string>",
            "sourceType": "<string>"
          }
        ]
      },
      "dpaResults": [
        {
          "dpaName": "<string>",
          "srcDpaId": "<string>",
          "status": "<string>",
          "error": {
            "status": 123,
            "reason": "<string>",
            "message": "<string>",
            "errordetail": [
              {
                "message": "<string>",
                "reason": "<string>",
                "source": "<string>",
                "sourceType": "<string>"
              }
            ]
          }
        }
      ]
    }
  ]
}
'
{
  "error": {
    "message": "<string>",
    "code": "<string>",
    "errors": [
      {}
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.dintero.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
batchId
string
required
batchStatus
string
required
items
object[]
required
requestId
string
batchStartTime
string
batchEndTime
string
errorMessage
string | null

Response

No content, the service completed successfully and there is no content to be returned.

Last modified on May 12, 2026