Contains billing contact information
Request
Property Name | Type | Required | Description |
---|---|---|---|
address1 | string | Required | Address line 1 for billing. Maximum 100 characters. |
address2 | string | Optional | Address line 2 for billing. Between 2-42 characters. |
city | string | Required | City for billing. Between 2-42 characters. |
country | string | Required | Country code for billing. See Country codes. |
firstName | string | Required | First name for billing. Maximum 100 characters. |
lastName | string | Required | Last name for billing. Maximum 100 characters. |
personalIdentificationNumber | 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) Mexico - CURP/RFC (length 10-18 chars) |
state | string | Optional | State code for billing. See State and province codes. Supports US and Canada states only. For states in other countries, it is necessary to include the state within the address1 or address2 property. |
zip | string | Required | ZIP code for billing. Maximum 20 characters. |
Response
Property Name | Type | Description |
---|---|---|
address1 | string | Address line 1 for billing. Maximum 100 characters. |
address2 | string | Address line 2 for billing. Between 2-42 characters. |
city | string | City for billing. Between 2-42 characters. |
country | string | Country code for billing. See Country codes. |
firstName | string | First name for billing. Maximum 100 characters. |
lastName | string | Last name for billing. Maximum 100 characters. |
personalIdentificationNumber | 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) Mexico - CURP/RFC (length 10-18 chars) |
state | string | State code for billing. See State and province codes. |
zip | string | ZIP code for billing. Maximum 20 characters. |