Newer Version Available
Ethoca Alert Callback Input
Ethoca alert input payload for transaction dispute management.
- 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