New Transaction

Webhook when new transactions are available for a connection.

Id: newTransactions

An event that notifies when Moneyhub has synchronised an account, and new transactions have come through.

Event Payload

NameTypeDescription
accountsarrayArray of accounts that contain new transactions
idstringaccount id
transactionsarrayArray of transactions ids

Example payload

{
    "accounts": [
        {
            "id": "6d0baf11-248e-4c11-9c04-97b7758b4e04",
            "transactions": [
                "d520402a-d982-43ee-b1d1-bdfd282249ea",
                "613586bf-dac9-4996-9c03-7194a7d62297"
            ]
        }
    ]
}

Best Practices

When receiving any transaction webhooks, we recommend fetching them from our API to ensure you have the latest changes. Multiple transactions can be retrieved at once using our transactions endpoint