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

# Evento payment.link.created

> Evento payment.link.created.

## Evento `payment.link.created`

Disparado quando um payment link é criado via `POST /v1/payment-links`.

```json theme={}
{
  "id": "evt_123",
  "object": "event",
  "created_at": "2026-05-16T14:09:27Z",
  "data": {
    "object": {
      "id": "plink_123",
      "object": "payment_link",
      "created_at": "2026-05-16T14:09:27Z",
      "is_active": true,
      "metadata": {},
      "updated_at": null
    }
  },
  "livemode": true,
  "organization": "org_123",
  "request": {
    "id": null
  },
  "type": "payment.link.created"
}
```
