ShippingAddress: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) |
No edit summary |
||
| Line 46: | Line 46: | ||
* Maximum 50 characters | * Maximum 50 characters | ||
|| The address, continued. | || The address, continued. | ||
|- | |||
| FullName || string || | |||
* Optional | |||
* Maximum 45 characters | |||
|| The name of the customer on the shipping address | |||
|- | |- | ||
|} | |} | ||
Revision as of 07:30, 10 August 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 |
|---|---|---|---|
| Country | string |
|
The payer's country code in ISO-3166-1 format. E.g. HU or DE. If you cannot provide the shipping address, send ZZ as the country code.
|
| City | string |
|
The complete name of the city of the recipient address. |
| Region | string |
|
The country subdivision 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. |
| Street3 | string |
|
The address, continued. |
| FullName | string |
|
The name of the customer on the shipping address |