For the complete documentation index, see llms.txt. This page is also available as Markdown.

Merchant

Occurrence

Content

Key
Type
Description

id

string

UUID of the merchant

name

string

The name of the merchant

site_title

string

The title that appears in the browser tab

owner

Owner

Examples

{
  "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

2026-03-10

Added the id property to the Merchant object.

Last updated