> For the complete documentation index, see [llms.txt](https://faq.droam.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.droam.com/menu/webhooks/webhook-payload-types/rule-payloads/wallet-payloads.md).

# Wallet Payloads

rule.company.wallet.triggered – occurs when the Wallet has been refilled or spent (Listing 5.20). The payload contains only either the company or the end user.&#x20;

**Listing 5.20 – Example of rule.company.wallet.triggered Payload (JSON)**

<pre><code>{
<strong>    "type":        "rule.company.wallet.triggered",
</strong>    "data":        {
        "rule":        {...//Rule Model},
        "company":     {...//Account Model},
        "wallet":      {...//Wallet Model}
<strong>    },
</strong>     "created_at":  {...//Date Time Model}
} 
</code></pre>
