# Partners working on behalf of merchants

Administration tasks includes:

* Terminals
* Users
* Api keys
* Products
* Spots

It is possible to 'Work on behalf' using our API or directly from the Payment Platform.&#x20;

### In the Payment Platform

When logging in as a partner, a dropdown enables partners to select between connected merchants.

When selecting a merchant all operations will change data for that merchant.

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

Try it out here:

Sandbox: <https://sandbox-payment-platform.vercel.app/>

Production: <https://portal.vibrant.io/>&#x20;

### Using the API

Whether you code, use a tool (like Postman) or you use Swagger docs it is possible to provide an accountId in the header of your request and this enables you to 'work on behalf'.

&#x20;Simply add the header: `accountIdOnBehalfOf` - and all will work like a charm.


---

# 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.vibrant.io/vibrant/vibrant-sandbox/partners-working-on-behalf-of-merchants.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.
