Commercial account payment
Payment source Credit/Debit card or Direct Debit
{
"eventId": "GUID",
"eventType": "SERVICE_COMMERCIAL_ACCOUNT_PAYMENT",
"tenantId": "GUID",
"eventDate": "YYYY-MM-DD HH:MM:SS",
"data": {
"accountIdentifier": "GUID",
"accountBalance": {
"amount": 0,
"currencyCode": "string"
},
"taxInclusive": true,
"company": {
"companyIdentifier": "string",
"companyName": "string",
"companyType": "string"
},
"invoices": [
"array"
],
"paymentIdentifier": "number",
"paymentDateTime": "YYYY-MM-DD HH:MM:SS",
"paymentAmount": {
"amount": 0,
"currencyCode": "string"
},
"paymentSource": "string"
},
"sourceId": "GUID",
"sourceName": "PW_SYSTEM",
"sourceType": "USER",
"entityId": "GUID",
"entityType": "COMPANY",
"entityOperation": "O",
"auditMessage": "Account payment"
}
Updated 10 months ago