Request parameters
To get the contact details of a contact type associated with a merchant account, make a POST /getContactDetail
request specifying:
Name | Type | Required | Description |
---|---|---|---|
|
enum |
|
The type of contact whose details you want to retrieve.
|
|
String |
|
A merchant code string holds a value to identify a merchant. Format:
|
Response parameters
If there are no errors in the request, the call returns detailed information about the requested contact. If any issues occur during the process, the call returns one or more warning or error messages.
Name | Type | Returned by default | Description | ||
---|---|---|---|---|---|
pspReference |
String |
|
A reference to uniquely identify the request. | ||
contact |
class |
|
A container object for contact type data This field holds the following child element(s):
| ||
|-fullPhoneNumber |
String |
|
Complete telephone number, i.e. country code + area code + phone number, represented as one string. It is handled as a | ||
|-email |
String |
|
The email address associated with the user account. | ||
|-webAddress |
String |
|
Web address of the contact. | ||
|-address |
class |
|
A container object for address details. This field holds the following child element(s):
| ||
|- |
String |
|
The city the contact operates from. | ||
|- |
String |
|
The country the contact operates from. | ||
|- |
String |
|
House number or name of the building the contact operates from. | ||
|- |
String |
|
ZIP code. Character limitations:
| ||
|-stateOrProvince |
String |
|
State, region or province the contact operates from. | ||
|-street |
String |
|
Street address. | ||
|-name |
class |
|
A container object for personal data
| ||
|- |
String |
|
The first name/given name of the user.
| ||
|- |
String |
|
The last name/family name of the user.
| ||
|-personalData |
class |
|
A container object for personal information details.
| ||
|- |
class |
|
The shopper's date of birth. Format: ISO-8601; example: YYYY-MM-DD | ||
|- |
String |
|
A unique identifier for the contact type. | ||
|- |
String |
|
Nationality of the contact.The | ||
|-PhoneNumber |
class |
|
A container object for telephone details. This field holds the following child element(s):
| ||
|- |
String |
|
The country the phone line operates from.The | ||
|- |
String |
|
Telephone number, without the country code. | ||
|- |
enum |
|
Telephone line type.
| ||
warnings |
String |
|
List containing one or more warning messages. | ||
errors |
String |
|
List containing one or more error messages. |