Contents

requiredBillingContactFields

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

Declaration

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:

"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