> For the complete documentation index, see [llms.txt](https://docs.adjump.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adjump.io/payout/s2s-postback-setup.md).

# 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>
