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.00currencystringrequired
Three-letter currency code for the cash movement.
Example:
GBPcursorstringrequired
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.xyz789entityCodestringrequired
Code identifying the organisation (client) this event belongs to.
Example:
TEST001eventTypestringrequired
Constant value:
CASH_MOVEDuidstringrequired
Unique identifier for this event record.
Example:
00000000000000000000000000000001CashMovedEvent
{
"amount": "10000.00",
"currency": "GBP",
"cursor": "ev1.abc123.xyz789",
"entityCode": "TEST001",
"eventType": "CASH_MOVED",
"uid": "00000000000000000000000000000001"
}