Skip to main content
POST
https://checkout.dintero.com/v1
/
mtls
/
v1
/
checkout
/
mastercard
/
notifications
/
batch
/
enrollmentrecord
mtls_mastercard_notifications_batch_enrollment_record_post
curl --request POST \
  --url https://checkout.dintero.com/v1/mtls/v1/checkout/mastercard/notifications/batch/enrollmentrecord \
  --header 'Content-Type: application/json' \
  --data '
{
  "batchId": "<string>",
  "externalBatchId": "<string>",
  "enrollmentRecordNotifications": [
    "<unknown>"
  ]
}
'
{
  "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.

Headers

X-Src-Response-Host
string

Body

application/json
batchId
string
required
externalBatchId
string
required
enrollmentRecordNotifications
any[]
required
eventTimeStamp
string

Response

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

Last modified on May 12, 2026