> For the complete documentation index, see [llms.txt](https://docs.eventication.com/event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventication.com/event/planning/members/top-up-integration.md).

# Top-up integration

If you have a [top-up integration](/event/general/integrations.md), use this page to top-up your visitor.

### Status

Here you can see the synchronization status of your visitor. A green badge will be shown if the visitor is synced to the top-up service.

<figure><img src="/files/9QkoU2w79RDO1SDLkIxX" alt="" width="134"><figcaption></figcaption></figure>

### Top-ups

This is a list of top-ups your visitor has already received with the status.

{% hint style="info" %}
A top-up can have different statuses:

* **Pending**: The top-up has been created and will be synced to the service soon (under a minute for most integrations).
* **Success**
* **Failed**: Something went wrong. Check the logs for more details
* **Revoked**: The top-up has been revoked (pulled back).
* **Awaiting payment method**: The user might now have been synced yet, or no payment method is attached. Check your top-up service for more details.
  {% endhint %}

Here you will also see if a top-up came from a [top-up reward](/event/general/rewards/top-up-rewards.md), or is a one-time top-up.

Click the <img src="/files/ep88lnViYCHVB6PILshi" alt="" data-size="line"> button to create a new top-up for this visitor.


---

# 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.eventication.com/event/planning/members/top-up-integration.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.
