Contains billing contact information
Request
Property Name | Type | Required | Description |
---|---|---|---|
first-name | string | Required | First name for billing. |
last-name | string | Required | Last name for billing. |
address1 | string | Required | Address line 1 for billing. Between 2-42 characters. |
address2 | string | Optional | Address line 2 for billing. |
city | string | Required | City for billing. |
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 in the address property. |
zip | string | Required | ZIP code for billing. |
country | string | Required | Country code for billing. See Country codes. |
personal-identification-number | string | Required for local LatAm processing in Brazil | 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 |
---|---|---|
first-name | string | First name for billing. |
last-name | string | Last name for billing. |
address1 | string | Address line 1 for billing. Between 2-42 characters. |
address2 | string | Address line 2 for billing. |
city | string | City for billing. |
state | string | State code for billing. See State and province codes. |
zip | string | ZIP code for billing. |
country | string | Country code for billing. See Country codes. |
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) |