> 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/event-payloads/payment-payloads.md).

# Payment Payloads

**payment.created** – occurs when some payment has been made (Listing 5.13). The payload contains only either the company or the end user.&#x20;

Listing 5.13 – Example of payment.created Payload (JSON)

```
{
    "type":         "payment.created",
    "data":         {
        "payment":      {...//Payment Model}
    },
    "created_at":   {...//Date Time Model}
}
```
