Skip to main content
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 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.
I