For AI agents: visit https://caas-undostres.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| 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. |
{
"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. |