Merchant

Occurrence

Content

Key
Type
Description

name

string

The name of the merchant

site_title

string

The title that appears in the browser tab

owner

Owner

Examples

{
  "name": "demo",
  "site_title": "Payrexx",
  "owner": {
    "company": "Demo Firma",
    "first_name": "Jane",
    "last_name": "Doe",
    "address": "Burgstrasse 20",
    "zip": "3600",
    "place": "Thun",
    "email": "[email protected]"
  }
}

Last updated