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

# Set Up Award Notifications

This article explains how to set up award notifications for your app.

To receive award notifications:

1. Create and expose an API endpoint on your server that follows the [Grant Award Callback](/../../api-reference/checkout/awards/grant-award-callback) structure. Appcharge will call this endpoint when customer payment is finalized, or when a free order is collected.
2. Register the endpoint in the Publisher Dashboard:
   * In **Settings**, go to the **Integration** tab.
   * In the **Grant Award Callback** field, enter your server's endpoint URL.

Appcharge will now send award notifications with order details directly to your system.
