Skip to main content
POST
https://checkout.dintero.com/v1
/
mtls
/
v1
/
checkout
/
mastercard
/
notifications
/
card
mtls_mastercard_notifications_card_post
curl --request POST \
  --url https://checkout.dintero.com/v1/mtls/v1/checkout/mastercard/notifications/card \
  --header 'Content-Type: application/json' \
  --data '
{
  "encryptedDigitalCardUpdateNotifications": "<string>",
  "digitalCardUpdateNotifications": [
    "<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
encryptedDigitalCardUpdateNotifications
string

Object for encrypted digitalCardUpdateNotifications.

digitalCardUpdateNotifications
any[]

Object for plain digitalCardUpdateNotifications.

Response

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

Last modified on May 12, 2026