ShippingAddress: Difference between revisions
Jump to navigation
Jump to search
m (→Property list) |
|||
Line 19: | Line 19: | ||
* Optional | * Optional | ||
* Exactly 3 characters | * Exactly 3 characters | ||
|| The recipient's country code in ISO-3166-1 format. | || The recipient's country code in ISO-3166-1 format. E.g. HUN or DEU. | ||
|- | |- | ||
| City || string || | | City || string || | ||
Line 28: | Line 28: | ||
* Optional | * Optional | ||
* Exactly 3 characters | * Exactly 3 characters | ||
|| The region code of the recipient address in ISO-3166-2 format | || The region code (state or county) of the recipient address in ISO-3166-2 format | ||
|- | |- | ||
| Zip || string || | | Zip || string || |
Revision as of 12:57, 10 July 2019
Shipping address structure
This structure represents a shipping address related to a payment. The data provided here is used to analyze and avoid possible fraud attempts.
API usage
This structure is used by the following API endpoints:
Property list
Property name | Property type | Limitations and constraints | Description |
---|---|---|---|
DeliveryMethod | string |
|
The delivery method, if applicable. |
Country | string |
|
The recipient's country code in ISO-3166-1 format. E.g. HUN or DEU. |
City | string |
|
The complete name of the city of the recipient address. |
Region | string |
|
The region code (state or county) of the recipient address in ISO-3166-2 format |
Zip | string |
|
The zip code of the recipient address. |
Street | string |
|
The shipping street address with house number and other details. |
Street2 | string |
|
The address, continued. |
FullName | string |
|
The full civil or official name of the recipient. |
Phone | string |
|
The phone number of the recipient. |