Movements
A Movement represents any transaction that changes the balance of your Account. One is created every time money enters or leaves.
Use Movements as your audit trail. Each Movement records the balance after it was applied, so you always have the resulting account balance after each operation.
Movement types
| Type | Description | Example resource_id |
|---|---|---|
transfer | Transferobject representing money moving betweenAccounts` (inbound or outbound)s | tr_30EsX5bIoUCusF2dduyJGY7KmrL |
More types could be added as new product surfaces ship.
Balance Tracking
Every Movement includes the updated account balance after the transaction is processed. This ensures you have an accurate view of your account's state at any point in time.
Updated 12 days ago