> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/developer/general-info/objects/merchant.md).

# Merchant

### Occurrence

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a data-mention href="/pages/3qE2lmgNwr7GAHheYHGl">/pages/3qE2lmgNwr7GAHheYHGl</a></td><td><a href="/pages/3qE2lmgNwr7GAHheYHGl">/pages/3qE2lmgNwr7GAHheYHGl</a></td></tr></tbody></table>

### Content

<table><thead><tr><th width="231.6796875">Key</th><th width="154.80078125">Type</th><th>Description</th></tr></thead><tbody><tr><td>id</td><td>string</td><td>UUID of the merchant</td></tr><tr><td>name</td><td>string</td><td>The name of the merchant</td></tr><tr><td>site_title</td><td>string</td><td>The title that appears in the browser tab</td></tr><tr><td>owner</td><td>Owner</td><td><a data-mention href="/pages/Zjwm6nw4xMnF19qk1Yjc">/pages/Zjwm6nw4xMnF19qk1Yjc</a></td></tr></tbody></table>

### Examples

```json
{
  "id": "cedad42m",
  "name": "demo",
  "site_title": "Payrexx",
  "owner": {
    "company": "Demo Firma",
    "first_name": "Jane",
    "last_name": "Doe",
    "address": "Burgstrasse 20",
    "zip": "3600",
    "place": "Thun",
    "email": "test@payrexx.com"
  }
}
```

### Changelog

<details>

<summary>2026-03-10</summary>

Added the `id` property to the `Merchant` object.

</details>
