Request
Property Name | Type | Required | Description |
---|---|---|---|
title | string | Optional | Shopper's title. |
first-name | string | Required | Shopper's first name. |
last-name | string | Required | Shopper's last name (family name). |
email | string | Required | Shopper's email address. |
company-name | string | Optional | Name of shopper's company. Maximum 50 characters. Note: Required, if payment type is ECP and account-type is:CORPORATE_CHECKING CORPORATE_SAVINGS |
address1 | string | Required | First line of the shopper's address. Maximum 100 characters. |
address2 | string | Optional | Second line of the shopper's address. Maximum 100 characters. |
city | string | Required | Shopper's city. |
state | string | Optional | Shopper's state code. See State and province codes. Supports US and Canada states only. For states in other countries, it is necessary to include the state in the address property. |
zip | string | Required | Shopper's ZIP code. |
country | string | Required | Shopper's country code. See Country codes. |
phone | string | Required | Shopper's phone number. Between 2-36 characters. Accepts numbers, letters, and these characters: + . * # / \ ( ) - |
fax | string | Optional | Shopper's fax number. |
personal-identification-number | string | Required for local LatAm processing in Brazil; Optional for all other Latam countries. | The shopper's local personal identification number. These are the ID types per country: Argentina - DNI (length 7-11 chars) Brazil - CPF/CNPJ (length 11-14 chras) Chile - RUN (length 8-9 chars) Colombia - CC (length 6-10 chars) * Mexico - CURP/RFC (length 10-18 chars) |
Response
Property Name | Type | Description |
---|---|---|
title | string | Shopper's title. |
first-name | string | Shopper's first name. |
last-name | string | Shopper's last name (family name). |
email | string | Shopper's email address. |
company-name | string | Shopper's company name. |
address1 | string | First line of the shopper's address. Maximum 100 characters. |
address2 | string | Second line of the shopper's address. Maximum 100 characters. |
city | string | Shopper's city. |
state | string | Shopper's state code. See State and province codes. Supports US and Canada states only. For states in other countries, it is recommended to include the state in the address property. |
zip | string | Shopper's ZIP code. |
country | string | Shopper's country code. See Country codes. |
phone | string | Shopper's phone number. |
fax | string | Shopper's fax number. |
personal-identification-number | string | The shopper's local personal identification number. These are the ID types per country: Argentina - DNI (length 7-11 chars) Brazil - CPF/CNPJ (length 11-14 chras) Chile - RUN (length 8-9 chars) Colombia - CC (length 6-10 chars) * Mexico - CURP/RFC (length 10-18 chars) |