Developer
DocsDeveloperPlatformTicket
  • Overview
  • Guides
    • Accept Payment
      • Payment Types
        • Pre Authorization
        • Tokenization
        • Subscription
      • Build Your Gateway
    • Webhook
      • Transaction
      • Subscription
      • Payout
    • Embedding
      • iFrame
      • Modal Window
      • Mobile Apps
      • Integration Parameter
  • General Information
    • Payment Method
      • Static QR Code
    • Payment Provider
    • Objects
      • Metadata
      • Invoice
      • Contact
  • Testing
  • Plugin Development
  • More Documentations
  • Merchant
  • API Reference
Powered by GitBook
On this page
  1. General Information
  2. Objects

Contact

PreviousInvoiceNextTesting

Last updated 10 months ago

The contact array contains all data about the shopper.

Key

Type

Description

id

integer

Internal shopper ID

title

string (mister|miss)

...

country

string

country name in the shopper's language

countryISO

string

...

delivery_country

string

delivery country name in the shopper's language

delivery_countryISO

string

Why do I need the internal shopper ID?

With this ID you are able to use our API endpoint to create an auto-login for your shopper. See

Example

<?php
array(
  'id' => 1,
  'title' => 'mister',
  'firstname' => 'Max',
  'lastname' => 'Muster',
  'company' => 'Company',
  'street' => 'Street No',
  'zip' => 'ZIP code',
  'place' => 'Place',
  'country' => 'Switzerland',
  'countryISO' => 'CH',
  'phone' => '',
  'email' => 'max.muster@example.com',
  'date_of_birth' => '',
  'delivery_title' => '',
  'delivery_firstname' => '',
  'delivery_lastname' => '',
  'delivery_company' => '',
  'delivery_street' => '',
  'delivery_zip' => '',
  'delivery_place' => '',
  'delivery_country' => '',
  'delivery_countryISO' => '',
);

of shopper's country

of shopper's delivery country

how you can use it
ISO 3166-1 Alpha 2
ISO 3166-1 Alpha 2