PaymentAddress

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.

Properties

PropertyTypeDescriptionRequired

addressLine

string[]

An array of strings that represent the address details before the city.

Yes

city

string

The city of the address.

Yes

region

string

The region or state of the address.

Yes

country

string

The country of the address.

Yes

postalCode

string

The postal code of the address.

Yes

recipient

string

The name of the person for the address.

No

organization

string

The name of the organization for the address.

No

phone

string

The phone number for the address.

No

dependentLocality

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

sortingCode

string

An additional postal code for the address that is used by post offices in some locations.

No