---
title: billingContact
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypayment/billingcontact
---

# billingContact

The billing contact selected by the user for this transaction.

## Declaration

```data
ApplePayPaymentContact billingContact;
```

## Discussion

Discussion The billing contact information is populated if it is requested in ApplePayPaymentRequest. After the user authorizes the transaction with Touch ID, Face ID, or passcode, billingContact contains the complete billing contact data. See ApplePayPaymentContact for the billing contact field values. note: Address information can come from a wide range of sources. Always validate the information before you use it.

## See Also

### Billing and shipping contacts

- [shippingContact](applepayontheweb/applepaypayment/shippingcontact.md)
- [ApplePayPaymentContact](applepayontheweb/applepaypaymentcontact.md)
