API Reference

Webhook Notifications

This object represents the result of the Webhook.

FieldTypeDescription
id_typeNumberID representing a notification type from a predefined catalog.
notificationObjectDynamic object containing data specific to the given id_type.

Example when id_type = 2:

{
  "id_type": 2,
  "notification": {
    "request": "string",
    "response": "string"
  }
}
FieldTypeDescription
notification.requestStringRequest string received from Mastercard.
notification.responseStringResponse string sent to Mastercard.