Contains information about the credit card holder
Request
Property Name | Type | Required | Description |
---|---|---|---|
first-name | string | Optional | Cardholder's first name. Maximum 100 characters. |
last-name | string | Optional | Cardholder's last name. Maximum 100 characters. |
email | string | Required for local LatAm processing only | Cardholder's email address. Maximum 100 characters. |
country | string | Optional | Cardholder's country code. Refer to Country codes |
state | string | Optional | Cardholder's state code. Refer to State and province codes. Supports US and Canada states only. For states in other countries, it is necessary to include the state within the address property. |
address | string | Optional | Cardholder's address line 1. Maximum 100 characters. |
address2 | string | Optional | Cardholder's address line 2. Maximum 100 characters. |
city | string | Optional | Cardholder's city. Maximum 42 characters. |
zip | string | Optional | Cardholder's ZIP code. Maximum 20 characters. |
phone | string | Optional | Cardholder's phone number. Maximum 36 characters. Accepts numbers, letters, and these characters: + . * # / \ ( ) –“ |
merchant-shopper-id | string | Optional | A merchant's ID for a specific shopper. Maximum 50 characters. |
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 chars) Chile: RUN (length 8–9 chars) Mexico: CURP/RFC (length 10–18 chars) |
company-name | string | Optional | The cardholder's company name. Maximum 100 characters. |
Response
Property Name | Type | Description |
---|---|---|
first-name | string | Cardholder's first name. Maximum 100 characters. |
last-name | string | Cardholder's last name. Maximum 100 characters. |
email | string | Cardholder's email address. Maximum 100 characters. |
country | string | Cardholder's country code. Refer to Country codes |
state | string | Cardholder's state code. Refer to State and province codes |
address | string | Cardholder's address line 1. Maximum 100 characters. |
address2 | string | Cardholder's address line 2. Maximum 100 characters. |
city | string | Cardholder's city. Maximum 42 characters. |
zip | string | Cardholder's ZIP code. |
phone | string | Cardholder's phone number. Maximum 36 characters. |
merchant-shopper-id | string | A merchant's ID for a specific shopper. Maximum 50 characters. |
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 chars) Chile: RUN (length 8–9 chars) Mexico: CURP/RFC (length 10–18 chars) |
company-name | string | The cardholder's company name. Maximum 100 characters. |