# S2S Postback Setup

## Server-to-server payout

To facilitate the delivery of rewards to your users, Adjump offers a secure and transparent method known as **Server-to-Server Payouts**. This approach ensures that you have full control over how rewards are distributed and provides enhanced security for your users' benefits.

To notify you about rewards and deliver relevant information, Adjump will initiate an **HTTP GET request** to your configured endpoint.

<figure><img src="/files/pFrtohib0Xv5hfbYNABn" alt=""><figcaption></figcaption></figure>

Enter User ID and Reward Amount to verify the Postback. (refer the image below)

<figure><img src="/files/3OVZyPdEvQxw3PwPLApH" alt=""><figcaption></figcaption></figure>

**Example  URL:**

```url
https://baseURL/hitpoint?[YourParamName]={user_id}&[YourParamName]={reward_amount}
```

<table data-header-hidden><thead><tr><th width="256">Parameter</th><th>Detail</th><th data-hidden>Type</th></tr></thead><tbody><tr><td>Parameter</td><td>Detail</td><td>Format</td></tr><tr><td>user_id</td><td>This parameter uniquely identifies the eligible user to receive rewards.</td><td>string</td></tr><tr><td>reward_amount</td><td>This parameter indicates the rewards earned.</td><td>string</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.adjump.io/payout/s2s-postback-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
