> For the complete documentation index, see [llms.txt](https://docs.digitalturbine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalturbine.com/dt-console/offer-wall/setting-up-an-existing-app/setting-up-reward-handling/sending-test-callbacks.md).

# Sending Test Callbacks

To check your server-side rewarding setup, send a test callback to your configured callback endpoint for Offer Wall rewards. DT sends the test callback in the same method and format as an actual reward notification. For more information about setting up the callback endpoint for Offer Wall rewards, see [Server‑Side Rewarding](/dt-offer-wall/task-specific-guides/rewarding-your-users/server-side-rewarding.md).

{% hint style="info" %}
The test callback includes custom parameters (`pub0` … `pub9`) as indicated in your SDK integration.
{% endhint %}

Test callbacks from the **Reward Handling** section of the **Settings** tab of the **Application Details** screen:

<div align="left" data-with-frame="true"><img src="/files/f38f8c2fdb20a41e5542431b6ac7445a09cc8d6b" alt=""></div>

To access the **Reward Handling** section:

1. Log in to the [DT Console](https://console.fyber.com/applications), and go to **Monetization→Offer Wall**.
2. Select the app for which you want to set up reward handling.
3. The **Application Details** screen opens.
4. Click the **Settings** tab and locate the **Reward Handling** section.

To send a test reward callback:

1. In the **Reward Handling** section of the **Settings** tab, click **Test Callbacks**.\
   The **Test Server-side Callback** window appears.

<div align="left" data-with-frame="true"><img src="/files/4f966fbfdf38c2f9844abb3cadf8ed94aa01da01" alt="Test Server-side callback window" width="563"></div>

2. In the **Reward** field, enter a reward amount to send in the test callback.
3. From the **Virtual currency** drop-down, select the virtual currency you want to send in the test callback.
4. Click **Send Callback**.\
   DT sends the amount of virtual currency in a callback to your Offer Wall callback endpoint.


---

# 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://docs.digitalturbine.com/dt-console/offer-wall/setting-up-an-existing-app/setting-up-reward-handling/sending-test-callbacks.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.
