---
title: requiredBillingContactFields
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentrequest/requiredbillingcontactfields
---

# requiredBillingContactFields

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

## Declaration

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

## Discussion

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: "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.

## See Also

### Requesting billing and shipping contact information

- [requiredShippingContactFields](applepayontheweb/applepaypaymentrequest/requiredshippingcontactfields.md)
- [shippingContactEditingMode](applepayontheweb/applepaypaymentrequest/shippingcontacteditingmode.md)
- [ApplePayContactField](applepayontheweb/applepaycontactfield.md)
- [ApplePayShippingContactEditingMode](applepayontheweb/applepayshippingcontacteditingmode.md)
