Use an object based on PaymentAddress
to represent an address for a payment transaction, such as a billing address or a shipping address.
PaymentAddress
provides data for PaymentDetails and PaymentResponse.
Property | Type | Description | Required |
---|---|---|---|
| string[] | An array of strings that represent the address details before the city. | Yes |
| string | The city of the address. | Yes |
| string | The region or state of the address. | Yes |
| string | The country of the address. | Yes |
| string | The postal code of the address. | Yes |
| string | The name of the person for the address. | No |
| string | The name of the organization for the address. | No |
| string | The phone number for the address. | No |
| string | An additional locality name for the address, such as a neighborhood or borough. Use this to disambiguate an address when the city has duplicate street names and the postal code is incorrect. | No |
| string | An additional postal code for the address that is used by post offices in some locations. | No |