Owner

Merchant owner object fields.

Content

KeyTypeDescription
companystringThe company behind the instance
first_namestringThe person's first name behind the instance
last_namestringThe person's last name behind the instance
addressstringThe person's or company's address
zipstringThe person's or company's postcode
placestringThe person's place of living or the company's location
emailstringThe person's orf company's email address

Examples

{
  "company": "Demo Firma",
  "first_name": "Jane",
  "last_name": "Doe",
  "address": "Burgstrasse 20",
  "zip": "3600",
  "place": "Thun",
  "email": "test@zahls.ch"
}