HomeGuidesAPIsReleasesDownloadsDeveloperEvents
Log In
Guides

Payment failure

SERVICE_COMMERCIAL_ACCOUNT_PAYMENT_FAILURE

{
    "eventId": "GUID",
    "eventType": "SERVICE_COMMERCIAL_ACCOUNT_PAYMENT_FAILURE",
    "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",
        "paymentDateTime": "YYYY-MM-DD 00:00:00",
        "paymentAmount": {
            "amount": 0,
            "currencyCode": "string"
        },
        "paymentSource": "string",
        "pspReference": "string"
    },
    "sourceId": "GUID",
    "sourceName": "PW_SYSTEM",
    "sourceType": "USER",
    "entityId": "GUID",
    "entityType": "COMPANY",
    "entityOperation": "O",
    "auditMessage": "Account payment failure"
}