Account Transactions

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

account.transaction

{
    "event_id": "12337f97-1234-1234-b3cf-34a3ff123456",
    "event_identifier": "account.transaction",
    "data": {
        "id": "12340c8a-1234-1234-a011-c9ff833e1234",
        "accountId": "12349486-1234-1234-a2a4-089cd64c1234",
        "orderNum": "123407171137010721234",
        "transactionId": "1234c837-1234-1234-1234-dab6d6a51234",
        "amount": "0.01000000",
        "currency": "USD",
        "transactionAmount": "0.00000000",
        "transactionCurrency": "USD",
        "fee": "0.00000000",
        "type": "account_2_card",
        "status": "completed",
        "processStatus": "completed",
        "createAt": "2026-07-17T03:37:01.057Z",
        "completeAt": "2026-07-17T03:37:01.082Z",
        "transactionAt": "2026-07-17T03:37:01.072Z",
        "txSource": 1,
        "callId": null,
        "account": null,
        "customerNotes": null,
        "reference": null
    }
}


Did this page help you?