# Postbacks

## URL

Your Postback URL is your server endpoint that expects calls from our server. An example Postback URL might look like this:&#x20;

```
https://example.com/postback?pay={payout}&curr={currency}&tracking={tracking_id}
```

## Macros

The following macros are available and will be replaced dynamically when sending you the postback:

<table><thead><tr><th width="143">Parameter</th><th width="417">Description</th><th data-hidden></th></tr></thead><tbody><tr><td>{payout}</td><td>Publisher earnings in USD$</td><td></td></tr><tr><td>{currency}</td><td>Amount of currency awarded to user</td><td></td></tr><tr><td>{tracking_id}</td><td>Unique User Identifier</td><td></td></tr></tbody></table>

### Whitelisting

In order to ensure the integrity of the postbacks, you can whitelist our server IP. Postbacks are exclusively sent from this IP address:

```
151.106.106.155
```

### Retries

We will retry sending the postback in 1 minute intervals with a maximum of 10 tries.


---

# 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://yungpoints.gitbook.io/yungpoints/overview/postbacks.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.
