> For the complete documentation index, see [llms.txt](https://docs.paymento.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paymento.io/payment-links/webhooks-for-payment-links/telegram-metadata-fields.md).

# Telegram Metadata Fields

These fields appear in webhook payloads for Telegram-integrated payment links:

| Field                                                      | Description                                                                                |
| ---------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| `customer.metadata.payment_link_url`                       | Direct link for the customer to complete payment.                                          |
| `customer.metadata.due_date`                               | Due date for upcoming or unpaid subscription.                                              |
| `customer.metadata.telegram_username`                      | Customer's Telegram username (e.g. `@johndoe`).                                            |
| `customer.metadata.telegram_user_id`                       | Telegram user ID (for bots to DM users). Only included if Telegram integration is enabled. |
| `paymentLink.integrationMetadata.telegram_group_id`        | Group ID of the connected Telegram group.                                                  |
| `paymentLink.integrationMetadata.telegram_group_name`      | Name of the Telegram group.                                                                |
| `paymentLink.integrationMetadata.telegram_welcome_message` | Welcome message displayed after successful payment                                         |
