Skip to main content

CashMovedEvent

Cash was deposited into or withdrawn from the client's account.

amountdecimalrequired

Net cash amount. Positive indicates a deposit; negative indicates a withdrawal.

Example: 10000.00
currencystringrequired

Three-letter currency code for the cash movement.

Example: GBP
cursorstringrequired

Opaque pagination token for this event. Pass as start_cursor on the next request to retrieve events that occurred after this one.

Example: ev1.abc123.xyz789
entityCodestringrequired

Code identifying the organisation (client) this event belongs to.

Example: TEST001
eventTypestringrequired
Constant value: CASH_MOVED
uidstringrequired

Unique identifier for this event record.

Example: 00000000000000000000000000000001
CashMovedEvent
{
"amount": "10000.00",
"currency": "GBP",
"cursor": "ev1.abc123.xyz789",
"entityCode": "TEST001",
"eventType": "CASH_MOVED",
"uid": "00000000000000000000000000000001"
}