This object represents the result of the Webhook.
| Field | Type | Description |
|---|---|---|
id_type | Number | ID representing a notification type from a predefined catalog. |
notification | Object | Dynamic object containing data specific to the given id_type. |
Example when id_type = 2:
{
"id_type": 2,
"notification": {
"request": "string",
"response": "string"
}
}
| Field | Type | Description |
|---|---|---|
notification.request | String | Request string received from Mastercard. |
notification.response | String | Response string sent to Mastercard. |