Newer Version Available
Dispute Management Ethoca Alert Callback
Send an Ethoca alert callback for transaction dispute management.
- Resource
-
1/connect/dispute-management/third-party/ethoca/alert-callback - Available version
- 60.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
1{ 2 "ethocaInputPayload": { 3 "events": [ 4 { 5 "id": "3a375ce5-5e1d-40a7-97b5-1514a0876364", 6 "eventType": "Batch Processed", 7 "resourceLink": { 8 "resource": "https://www.ethocaweb.com/ethoca-rest/rest/api/v1/transactions/batch/3a375ce5-5e1d-40a7-97b5-1514a0876364" 9 } 10 }, 11 { 12 "id": "3a375ce5-5e1d-40a7-97b5-1514a0876365", 13 "eventType": "Batch Processed", 14 "resourceLink": { 15 "resource": "https://www.ethocaweb.com/ethoca-rest/rest/api/v1/transactions/batch/3a375ce5-5e1d-40a7-97b5-1514a0876365" 16 } 17 } 18 ] 19 } 20} - Properties
-
Name Type Description Required or Optional Available Version ethocaInputPayload Ethoca Event[] Ethoca event input payload. Required 60.0
- Request parameters for POST
-
Parameter Name Type Description Required or Optional Available Version disputeManagementRequestData Object Top-level parameter for dispute management request data. Required 60.0 - Response body for POST
- Ethoca Alert Callback Output