Payment refund
SERVICE_COMMERCIAL_PAYMENT_REFUND
{
"eventId": "GUID",
"eventType": "SERVICE_COMMERCIAL_PAYMENT_REFUND",
"tenantId": "GUID",
"eventDate": "YYYY-MM-DD 00:00:00",
"data": {
"accountIdentifier": "string",
"accountBalance": {
"amount": 0,
"currencyCode": "string"
},
"taxInclusive": true,
"company": {
"companyIdentifier": "string",
"companyName": "string",
"companyType": "string"
},
"paymentIdentifier": "string",
"refundDate": "YYYY-MM-DD",
"refundAmount": {
"amount": 0,
"currencyCode": "string"
},
"refundSource": "string",
"refundPaymentIdentifier": "string"
},
"sourceId": "GUID",
"sourceName": "PW_SYSTEM",
"sourceType": "USER",
"entityId": "GUID",
"entityType": "COMPANY",
"entityOperation": "O",
"auditMessage": "Payment refunded"
}
Updated 4 months ago