Card Account Transaction Events

When funds are transferred between the card virtual accountand the card or budget, this event is triggered.

account.transaction

{
    "event_id": "997daf9b-4162-4864-914c-960ff6cc16ad",
    "event_identifier": "account.transaction",
    "data": {
        "id": "9780eba0-bf8d-432d-b938-6f6df4a8721b",
        "accountId": "1bd30ef3-0f13-468c-a9b7-61b141a02864",
        "orderNum": "202503112210498567498",
        "transactionId": "5b76bb60-1b99-41d5-abfe-c0bc5ea9340b",
        "amount": "100.00000000",
        "currency": "USD",
        "transactionAmount": "0.00000000",
        "transactionCurrency": "USD",
        "fee": "0.00000000",
        "type": "account_2_budget",
        "status": "completed",
        "processStatus": "completed",
        "createAt": "2025-03-11T14:10:49.829Z",
        "completeAt": "2025-03-11T14:10:49.891Z",
        "transactionAt": "2025-03-11T14:10:49.855Z",
        "txSource": 1,
        "account": null
    }
}