> 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/owner.md).

# Owner

### Content

<table><thead><tr><th width="231.6796875">Key</th><th width="154.80078125">Type</th><th>Description</th></tr></thead><tbody><tr><td>company</td><td>string</td><td>The company behind the instance</td></tr><tr><td>first_name</td><td>string</td><td>The person's first name behind the instance</td></tr><tr><td>last_name</td><td>string</td><td>The person's last name behind the instance</td></tr><tr><td>address</td><td>string</td><td>The person's or company's address</td></tr><tr><td>zip</td><td>string</td><td>The person's or company's postcode</td></tr><tr><td>place</td><td>string</td><td>The person's place of living or the company's location</td></tr><tr><td>email</td><td>string</td><td>The person's orf company's email address</td></tr></tbody></table>

### Examples

```json
{
  "company": "Demo Firma",
  "first_name": "Jane",
  "last_name": "Doe",
  "address": "Burgstrasse 20",
  "zip": "3600",
  "place": "Thun",
  "email": "test@payrexx.com"
}
```
