Chargeback
SERVICE_COMMERCIAL_CHARGEBACK
{
"eventId": "GUID",
"eventType": "SERVICE_COMMERCIAL_CHARGEBACK",
"tenantId": "GUID",
"eventDate": "YYYY-MM-DD 00:00:00",
"data": {
"accountIdentifier": "string",
"company": {
"companyIdentifier": "string",
"companyName": "string",
"companyType": "string"
},
"disputeAmount": {
"amount": 0,
"currencyCode": "GBP"
},
"paymentIdentifier": "string",
"paymentMethodIdentifier": "string",
"pspReference": "string",
"originalPspReference": "string",
"reason": "string",
"paymentStatus": "string"
},
"sourceId": "GUID",
"sourceName": "PW_SYSTEM",
"sourceType": "USER",
"entityId": "GUID",
"entityType": "COMPANY",
"entityOperation": "O",
"auditMessage": "Chargeback notification"
}
Updated 4 months ago