Contains billing contact information
Request
| Property Name | Type | Required | Description |
|---|---|---|---|
firstName | string | Required | First name for billing. Maximum 100 characters. |
lastName | string | Required | Last name for billing. Maximum 100 characters. |
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. |
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. |
country | string | Required | Country code for billing. See Country codes. |
personalIdentificationNumber | string |
| The shopper's local personal identification number. These are the ID types per country:
|
Response
| Property Name | Type | Description |
|---|---|---|
firstName | string | First name for billing. Maximum 100 characters. |
lastName | string | Last name for billing. Maximum 100 characters. |
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. |
state | string | State code for billing. See State and province codes. |
zip | string | ZIP code for billing. Maximum 20 characters. |
country | string | Country code for billing. See Country codes. |
personalIdentificationNumber | string | The shopper's local personal identification number. These are the ID types per country:
|
