<!--
{
  "availability" : [

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

# requiredBillingContactFields

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

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

## Discussion

Use `requiredBillingContactFields` to request the user’s billing address that is associated with their payment method. The field you can request for a billing contact is shown in the following sample code:

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

You will 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 Me contact card, the back of credit card in Wallet, or may be entered by the user directly into the payment sheet.

---

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)