---
title: ApplePayPaymentContact
framework: applepayontheweb
role: symbol
role_heading: Structure
path: applepayontheweb/applepaypaymentcontact
---

# ApplePayPaymentContact

Contact information fields to use for billing and shipping contact information.

## Declaration

```data
dictionary ApplePayPaymentContact {
	DOMString phoneNumber;
	DOMString emailAddress;
	DOMString givenName;
	DOMString familyName;
	DOMString phoneticGivenName;
	DOMString phoneticFamilyName;
	sequence <DOMString> addressLines;
	DOMString subLocality;
	DOMString locality;
	DOMString postalCode;
	DOMString subAdministrativeArea;
	DOMString administrativeArea;
	DOMString country;
	DOMString countryCode;
};
```

## Mentioned in

Apple Pay on the Web Version 3 Release Notes

## Overview

Overview The phoneticGivenName and phoneticFamilyName fields are available starting in Apple Pay version 3.

## Topics

### Contact properties

- [phoneNumber](applepayontheweb/applepaypaymentcontact/phonenumber.md)
- [emailAddress](applepayontheweb/applepaypaymentcontact/emailaddress.md)
- [givenName](applepayontheweb/applepaypaymentcontact/givenname.md)
- [familyName](applepayontheweb/applepaypaymentcontact/familyname.md)
- [phoneticGivenName](applepayontheweb/applepaypaymentcontact/phoneticgivenname.md)
- [phoneticFamilyName](applepayontheweb/applepaypaymentcontact/phoneticfamilyname.md)

### Address properties

- [addressLines](applepayontheweb/applepaypaymentcontact/addresslines.md)
- [subLocality](applepayontheweb/applepaypaymentcontact/sublocality.md)
- [locality](applepayontheweb/applepaypaymentcontact/locality.md)
- [postalCode](applepayontheweb/applepaypaymentcontact/postalcode.md)
- [subAdministrativeArea](applepayontheweb/applepaypaymentcontact/subadministrativearea.md)
- [administrativeArea](applepayontheweb/applepaypaymentcontact/administrativearea.md)
- [country](applepayontheweb/applepaypaymentcontact/country.md)
- [countryCode](applepayontheweb/applepaypaymentcontact/countrycode.md)

## See Also

### Providing known contact information

- [billingContact](applepayontheweb/applepaypaymentrequest/billingcontact.md)
- [shippingContact](applepayontheweb/applepaypaymentrequest/shippingcontact.md)
