Dispute Management Ethoca Alert Callback

Send an Ethoca alert callback for transaction dispute management.
Resource
/connect/dispute-management/third-party/ethoca/alert-callback
Available version
60.0
HTTP methods
POST
Request body for POST
JSON example
{
  "ethocaInputPayload": {
    "events": [
      {
        "id": "3a375ce5-5e1d-40a7-97b5-1514a0876364",
        "eventType": "Batch Processed",
        "resourceLink": {
          "resource": "https://www.ethocaweb.com/ethoca-rest/rest/api/v1/transactions/batch/3a375ce5-5e1d-40a7-97b5-1514a0876364"
        }
      },
      {
        "id": "3a375ce5-5e1d-40a7-97b5-1514a0876365",
        "eventType": "Batch Processed",
        "resourceLink": {
          "resource": "https://www.ethocaweb.com/ethoca-rest/rest/api/v1/transactions/batch/3a375ce5-5e1d-40a7-97b5-1514a0876365"
        }
      }
    ]
  }
}
Properties
Name Type Description Required or Optional Available Version
ethocaInput​Payload Ethoca Event[] Ethoca event input payload. Required 60.0
Request parameters for POST
Parameter Name Type Description Required or Optional Available Version
dispute​Management​RequestData Object Top-level parameter for dispute management request data. Required 60.0
Response body for POST
Ethoca Alert Callback Output