---
title: phoneNumber
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentcontact/phonenumber
---

# phoneNumber

A phone number for the contact.

## Declaration

```data
DOMString phoneNumber;
```

## Discussion

Discussion Phone numbers do not necessarily follow any standard formats, and are not validated. Your app should be prepared to handle phone numbers in a variety of formats, for example, with or without a country code or with various use of punctuation.

## See Also

### Contact properties

- [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)
