> ## Documentation Index
> Fetch the complete documentation index at: https://docs.swervpay.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallet

> Overview of Wallet Webhook Events

## Overview

Our wallet webhook events are fired based on the following triggers:

* Updated webhook event

## Updated webhook event

This event is fired when a wallet is updated.

```json wallet.updated theme={null}
{
  "event": "wallet.updated",
  "data": {
    "wallet_id": "wlt_Za3WgMTHsD5NSYMeqRJ7",
    "business_id": "bsn_fAYcWSUXz3TogChv7BgH",
    "type": "CREDIT",
    "amount": 11000,
    "balance": 402850
  }
}
```
