BillingAddress: Difference between revisions
Jump to navigation
Jump to search
Stankovicsa (talk | contribs) |
|||
| Line 26: | Line 26: | ||
* Exactly 2 characters | * Exactly 2 characters | ||
|| The country subdivision code of the recipient address in ISO-3166-2 format | || The country subdivision code of the recipient address in ISO-3166-2 format | ||
'''Note:''' if this does not apply to the given country, send a '''null''' value or do not send this property at all. | |||
|- | |- | ||
| Zip || string || | | Zip || string || | ||
Revision as of 11:45, 3 September 2019
Billing address structure
This structure represents a billing address related to a payment. The data provided here is used to analyze and avoid possible fraud attempts and assure frictionless 3D secure flow.
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 are not able to provide the billing 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 of the recipient address in ISO-3166-2 format
Note: if this does not apply to the given country, send a null value or do not send this property at all. |
| 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. |