Webhooks - Transactions
{
"eventType": "transaction.created",
"data": {
"transactionId": "b72f9c47-8f2e-44fb-9a52-9bb6d78b1b20",
"amount": 250.75,
"balanceBefore": 1020.50,
"balanceAfter": 769.75,
"fee": 0.25,
"reference": "INV-4493",
"memo": "Payout to vendor",
"currency": "GBP",
"status": "COMPLETED",
"type": "DEBIT",
"channel": "VIRTUAL_ACCOUNT",
"quoteId": "a847f131-af48-4f45-9a98-bc81a56da63d",
"walletId": "5c052208-710a-4c88-9c59-395b4a73947d",
"description": "Debit transaction from UK virtual account",
"purpose": "PAYMENT",
"businessId": "c1a9d1e4-7714-4618-a029-48e9befe6f32",
"subCustomerId": "8cbd4d8d-0158-4eff-9ee7-6101eaa345e0",
"createdAt": "2025-02-10T12:05:33.000Z",
"updatedAt": "2025-02-10T12:05:33.000Z"
}
}{
"eventType": "transaction.status_updated",
"data": {
"transactionId": "b72f9c47-8f2e-44fb-9a52-9bb6d78b1b20",
"amount": 250.75,
"balanceBefore": 1020.50,
"balanceAfter": 769.75,
"fee": 0.25,
"reference": "INV-4493",
"memo": "Payout to vendor",
"currency": "GBP",
"status": "SETTLED",
"type": "DEBIT",
"channel": "VIRTUAL_ACCOUNT",
"quoteId": "a847f131-af48-4f45-9a98-bc81a56da63d",
"walletId": "5c052208-710a-4c88-9c59-395b4a73947d",
"description": "Debit transaction from UK virtual account",
"purpose": "PAYMENT",
"businessId": "c1a9d1e4-7714-4618-a029-48e9befe6f32",
"subCustomerId": "8cbd4d8d-0158-4eff-9ee7-6101eaa345e0",
"createdAt": "2025-02-10T12:05:33.000Z",
"updatedAt": "2025-02-10T14:22:10.000Z"
}
}Last updated