This call does not support partial updates.
If an error occurs during an update:
- No changes are applied.
- Current data is kept.
- The entire update fails.
Request parameters
To update contact details for the specified contact type associated with a merchant account, make a POST /updateContactDetail
specifying:
Name | Type | 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:
| ||
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. | ||
|- |
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.The | ||
|- |
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.
|
Response parameters
If there are no errors in the request, the call returns a pspReference.
If any issues occur during the process, the call returns one or more warning or error messages.
Name | Type | Returned by default | Description |
---|---|---|---|
|
String |
|
A reference to uniquely identify the request. |
|
String |
|
List containing one or more warning messages. |
|
String |
|
List containing one or more error messages. |