<!--
{
  "availability" : [

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

# requiredBillingContactFields

The fields of billing information the user must provide to process the transaction.

```
sequence <ApplePayContactField> requiredBillingContactFields;
```

## Discussion

Use [`requiredBillingContactFields`](/documentation/ApplePayontheWeb/ApplePayRequest/requiredBillingContactFields) to request the user’s billing address that’s associated with their payment method, as shown in the following listing.

```javascript
"requiredBillingContactFields": [
    "postalAddress"
]
```

You’ll receive the postal address as well as the user’s name after the user authorizes the transaction.

The source of the information may be the user’s “My card” in Contacts, Wallet settings, or may be entered by the user into the payment sheet, either directly or through Contacts.

---

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)