# Balance updated **POST BalanceUpdated** Triggered when an account balance changes due to a transaction. ## Servers - Sandbox - Banking Operations: https://bank.bank.place (Sandbox - Banking Operations) - Sandbox - Authentication: https://auth.bank.place (Sandbox - Authentication) ## Parameters ### Body: application/json (object) Balance update event payload - **action** (string) Action performed (balance_updated) - **createdAt** (string) Activity creation timestamp (RFC3339) - **edges** (object) - **entity** (string) Entity type (balance) - **id** (integer) Unique activity identifier - **payload** (object) - **read** (boolean) Whether marked as read - **updatedAt** (string) Last update timestamp (RFC3339) ## Responses ### 200 Webhook received successfully. Return 2xx to acknowledge receipt. [Powered by Bump.sh](https://bump.sh)