> For the complete documentation index, see [llms.txt](https://guides.paynow.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.paynow.gg/integration/webhooks/discord-placeholders.md).

# Discord Placeholders

## Available Placeholders for Discord Webhooks

Below is the full list of placeholders available for Discord webhooks. Use these placeholders to dynamically insert data into your webhook messages.

***

### Delivery Item Added

```
{id}
{store_id}
{order_id}
{customer.id}
{customer.steam.id}
{customer.steam.name}
{customer.steam.avatar_url}
{customer.minecraft.id}
{customer.minecraft.name}
{customer.minecraft.avatar_url}
{customer.profile.id}
{customer.profile.platform}
{customer.profile.name}
{customer.profile.avatar_url}
{checkout_id}
{subscription_id}
{execute_on_gameserver_id}
{execute_on_gameserver.id}
{execute_on_gameserver.name}
{execute_on_gameserver.enabled}
{product_id}
{product.id}
{product.store_id}
{product.version_id}
{product.image_url}
{product.slug}
{product.name}
{product.description}
{product.enabled}
{product.label}
{product.sort_order}
{product.price}
{product.single_game_server_only}
{product.allow_one_time_purchase}
{product.allow_subscription}
{product.subscription_interval_value}
{product.subscription_interval_scale}
{product.remove_after_enabled}
{product.remove_after_time_value}
{product.remove_after_time_scale}
{product.tag_names}
{product.gameserver_names}
{product.created_at}
{product.updated_at}
{added_at}
{active_at}
{expires_at}
{removed_at}
{revoked_at}
{revoke_reason}
```

***

### Delivery Item Activated

```
{id}
{store_id}
{order_id}
{customer.id}
{customer.steam.id}
{customer.steam.name}
{customer.steam.avatar_url}
{customer.minecraft.id}
{customer.minecraft.name}
{customer.minecraft.avatar_url}
{customer.profile.id}
{customer.profile.platform}
{customer.profile.name}
{customer.profile.avatar_url}
{checkout_id}
{subscription_id}
{execute_on_gameserver_id}
{execute_on_gameserver.id}
{execute_on_gameserver.name}
{execute_on_gameserver.enabled}
{product_id}
{product.id}
{product.store_id}
{product.version_id}
{product.image_url}
{product.slug}
{product.name}
{product.description}
{product.enabled}
{product.label}
{product.sort_order}
{product.price}
{product.single_game_server_only}
{product.allow_one_time_purchase}
{product.allow_subscription}
{product.subscription_interval_value}
{product.subscription_interval_scale}
{product.remove_after_enabled}
{product.remove_after_time_value}
{product.remove_after_time_scale}
{product.tag_names}
{product.gameserver_names}
{product.created_at}
{product.updated_at}
{added_at}
{active_at}
{expires_at}
{removed_at}
{revoked_at}
{revoke_reason}
```

***

### Delivery Item Revoked

```
{id}
{store_id}
{order_id}
{customer.id}
{customer.steam.id}
{customer.steam.name}
{customer.steam.avatar_url}
{customer.minecraft.id}
{customer.minecraft.name}
{customer.minecraft.avatar_url}
{customer.profile.id}
{customer.profile.platform}
{customer.profile.name}
{customer.profile.avatar_url}
{checkout_id}
{subscription_id}
{execute_on_gameserver_id}
{execute_on_gameserver.id}
{execute_on_gameserver.name}
{execute_on_gameserver.enabled}
{product_id}
{product.id}
{product.store_id}
{product.version_id}
{product.image_url}
{product.slug}
{product.name}
{product.description}
{product.enabled}
{product.label}
{product.sort_order}
{product.price}
{product.single_game_server_only}
{product.allow_one_time_purchase}
{product.allow_subscription}
{product.subscription_interval_value}
{product.subscription_interval_scale}
{product.remove_after_enabled}
{product.remove_after_time_value}
{product.remove_after_time_scale}
{product.tag_names}
{product.gameserver_names}
{product.created_at}
{product.updated_at}
{added_at}
{active_at}
{expires_at}
{removed_at}
{revoked_at}
{revoke_reason}
```

***

### Delivery Item Used

```
{id}
{store_id}
{order_id}
{customer.id}
{customer.steam.id}
{customer.steam.name}
{customer.steam.avatar_url}
{customer.minecraft.id}
{customer.minecraft.name}
{customer.minecraft.avatar_url}
{customer.profile.id}
{customer.profile.platform}
{customer.profile.name}
{customer.profile.avatar_url}
{checkout_id}
{subscription_id}
{execute_on_gameserver_id}
{execute_on_gameserver.id}
{execute_on_gameserver.name}
{execute_on_gameserver.enabled}
{product_id}
{product.id}
{product.store_id}
{product.version_id}
{product.image_url}
{product.slug}
{product.name}
{product.description}
{product.enabled}
{product.label}
{product.sort_order}
{product.price}
{product.single_game_server_only}
{product.allow_one_time_purchase}
{product.allow_subscription}
{product.subscription_interval_value}
{product.subscription_interval_scale}
{product.remove_after_enabled}
{product.remove_after_time_value}
{product.remove_after_time_scale}
{product.tag_names}
{product.gameserver_names}
{product.created_at}
{product.updated_at}
{added_at}
{active_at}
{expires_at}
{removed_at}
{revoked_at}
{revoke_reason}
```

***

### Order Completed

```
{id}
{store_id}
{checkout_id}
{customer.id}
{customer.steam.id}
{customer.steam.name}
{customer.steam.avatar_url}
{customer.minecraft.id}
{customer.minecraft.name}
{customer.minecraft.avatar_url}
{customer.profile.id}
{customer.profile.platform}
{customer.profile.name}
{customer.profile.avatar_url}
{subscription_id}
{product_names}
{product_tags}
{product_gameservers}
{currency}
{discount_amount}
{subtotal_amount}
{tax_amount}
{tax_inclusive}
{total_amount}
{created_at}
{billing_email}
{billing_address_country}
```

***

### Refund Completed

```
{id}
{store_id}
{order_id}
{customer.id}
{customer.steam.id}
{customer.steam.name}
{customer.steam.avatar_url}
{customer.minecraft.id}
{customer.minecraft.name}
{customer.minecraft.avatar_url}
{customer.profile.id}
{customer.profile.platform}
{customer.profile.name}
{customer.profile.avatar_url}
{gateway}
{currency}
{amount}
{gateway_fee_amount}
{tax_amount}
{platform_fee_amount}
{store_net_amount}
{store_refund_amount}
{created_at}
```

***

### Chargeback Created

```
{id}
{store_id}
{order_id}
{customer.id}
{customer.steam.id}
{customer.steam.name}
{customer.steam.avatar_url}
{customer.minecraft.id}
{customer.minecraft.name}
{customer.minecraft.avatar_url}
{customer.profile.id}
{customer.profile.platform}
{customer.profile.name}
{customer.profile.avatar_url}
{gateway}
{currency}
{amount}
{gateway_fee_amount}
{tax_amount}
{platform_fee_amount}
{store_net_amount}
{chargeback_at}
```

***

### Subscription Activated

```
{id}
{store_id}
{customer_id}
{customer.id}
{customer.steam.id}
{customer.steam.name}
{customer.steam.avatar_url}
{customer.minecraft.id}
{customer.minecraft.name}
{customer.minecraft.avatar_url}
{customer.profile.id}
{customer.profile.platform}
{customer.profile.name}
{customer.profile.avatar_url}
{billing_cycle_sequence}
{billing_email}
{subtotal_amount}
{tax_amount}
{discount_amount}
{total_amount}
{currency}
{interval_value}
{interval_scale}
{product_id}
{product_version_id}
{product_name}
{product_image_url}
{product.id}
{product.store_id}
{product.version_id}
{product.image_url}
{product.slug}
{product.name}
{product.description}
{product.enabled}
{product.label}
{product.sort_order}
{product.price}
{product.single_game_server_only}
{product.allow_one_time_purchase}
{product.allow_subscription}
{product.subscription_interval_value}
{product.subscription_interval_scale}
{product.remove_after_enabled}
{product.remove_after_time_value}
{product.remove_after_time_scale}
{product.tag_names}
{product.gameserver_names}
{product.created_at}
{product.updated_at}
{billing_country}
{initial_subtotal_amount}
{initial_tax_amount}
{initial_discount_amount}
{initial_giftcard_usage_amount}
{initial_total_amount}
{customer_ip}
{current_period_start}
{current_period_end}
{created_at}
{active_at}
{checkout_id}
{checkout_line_id}
{status}
```

***

### Subscription Renewed

```
{id}
{store_id}
{customer_id}
{customer.id}
{customer.steam.id}
{customer.steam.name}
{customer.steam.avatar_url}
{customer.minecraft.id}
{customer.minecraft.name}
{customer.minecraft.avatar_url}
{customer.profile.id}
{customer.profile.platform}
{customer.profile.name}
{customer.profile.avatar_url}
{billing_cycle_sequence}
{billing_email}
{subtotal_amount}
{tax_amount}
{discount_amount}
{total_amount}
{currency}
{interval_value}
{interval_scale}
{product_id}
{product_version_id}
{product_name}
{product_image_url}
{product.id}
{product.store_id}
{product.version_id}
{product.image_url}
{product.slug}
{product.name}
{product.description}
{product.enabled}
{product.label}
{product.sort_order}
{product.price}
{product.single_game_server_only}
{product.allow_one_time_purchase}
{product.allow_subscription}
{product.subscription_interval_value}
{product.subscription_interval_scale}
{product.remove_after_enabled}
{product.remove_after_time_value}
{product.remove_after_time_scale}
{product.tag_names}
{product.gameserver_names}
{product.created_at}
{product.updated_at}
{billing_country}
{initial_subtotal_amount}
{initial_tax_amount}
{initial_discount_amount}
{initial_giftcard_usage_amount}
{initial_total_amount}
{customer_ip}
{current_period_start}
{current_period_end}
{created_at}
{active_at}
{checkout_id}
{checkout_line_id}
{status}
```

***

### Subscription Canceled

```
{id}
{store_id}
{customer_id}
{customer.id}
{customer.steam.id}
{customer.steam.name}
{customer.steam.avatar_url}
{customer.minecraft.id}
{customer.minecraft.name}
{customer.minecraft.avatar_url}
{customer.profile.id}
{customer.profile.platform}
{customer.profile.name}
{customer.profile.avatar_url}
{billing_cycle_sequence}
{billing_email}
{subtotal_amount}
{tax_amount}
{discount_amount}
{total_amount}
{currency}
{interval_value}
{interval_scale}
{product_id}
{product_version_id}
{product_name}
{product_image_url}
{product.id}
{product.store_id}
{product.version_id}
{product.image_url}
{product.slug}
{product.name}
{product.description}
{product.enabled}
{product.label}
{product.sort_order}
{product.price}
{product.single_game_server_only}
{product.allow_one_time_purchase}
{product.allow_subscription}
{product.subscription_interval_value}
{product.subscription_interval_scale}
{product.remove_after_enabled}
{product.remove_after_time_value}
{product.remove_after_time_scale}
{product.tag_names}
{product.gameserver_names}
{product.created_at}
{product.updated_at}
{billing_country}
{initial_subtotal_amount}
{initial_tax_amount}
{initial_discount_amount}
{initial_giftcard_usage_amount}
{initial_total_amount}
{customer_ip}
{current_period_start}
{current_period_end}
{created_at}
{active_at}
{canceled_at}
{cancel_reason}
{checkout_id}
{checkout_line_id}
{status}
```

***

### Discord Linked to Order

```
{store_id}
{checkout_id}
{checkout_line_id}
{customer_id}
{customer.id}
{customer.steam.id}
{customer.steam.name}
{customer.steam.avatar_url}
{customer.minecraft.id}
{customer.minecraft.name}
{customer.minecraft.avatar_url}
{customer.profile.id}
{customer.profile.platform}
{customer.profile.name}
{customer.profile.avatar_url}
{order_id}
{order.id}
{order.store_id}
{order.customer}
{order.checkout_id}
{order.subscription_id}
{order.coupon_id}
{order.currency}
{order.tax_inclusive}
{order.tax_amount}
{order.discount_amount}
{order.subtotal_amount}
{order.total_amount}
{order.created_at}
{order.completed_at}
{order.billing_name}
{order.billing_email}
{order.billing_address_country}
{order.customer_ip}
{order.giftcard_usage_amount}
{order.product_names}
{order.status}
{discord_user_id}
{discord_user_name}
{discord_user_avatar_hash}
{product_id}
{product.id}
{product.store_id}
{product.version_id}
{product.image_url}
{product.slug}
{product.name}
{product.description}
{product.enabled}
{product.label}
{product.sort_order}
{product.price}
{product.single_game_server_only}
{product.allow_one_time_purchase}
{product.allow_subscription}
{product.subscription_interval_value}
{product.subscription_interval_scale}
{product.remove_after_enabled}
{product.remove_after_time_value}
{product.remove_after_time_scale}
{product.tag_names}
{product.gameserver_names}
{product.created_at}
{product.updated_at}
{enqueued_at}
```

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guides.paynow.gg/integration/webhooks/discord-placeholders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
