<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayPayment/billingContact",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "instp/ApplePayPayment/billingContact"
  },
  "title" : "billingContact"
}
-->

# billingContact

The billing contact selected by the user for this transaction.

```
ApplePayPaymentContact billingContact;
```

## Discussion

The billing contact information is populated if it is requested in [`ApplePayPaymentRequest`](/documentation/ApplePayontheWeb/ApplePayPaymentRequest).

After the user authorizes the transaction with Touch ID, Face ID, or passcode, `billingContact` contains the complete billing contact data. See [`ApplePayPaymentContact`](/documentation/ApplePayontheWeb/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)