---
title: newMultiTokenContexts
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentmethodupdate/newmultitokencontexts
---

# newMultiTokenContexts

An array of updated multitoken contexts for a multimerchant payment request.

## Declaration

```data
sequence <ApplePayPaymentTokenContext> newMultiTokenContexts;
```

## Discussion

Discussion Provide this object to update the multiTokenContexts value in the original ApplePayPaymentRequest, if necessary, after the user updated their payment method. important: You can’t use this property with newAutomaticReloadPaymentRequest or newRecurringPaymentRequest properties. Simultaneous use of these properties results in an error and cancels the payment request.

## See Also

### Updating multitoken or multimerchant payments

- [ApplePayPaymentTokenContext](applepayontheweb/applepaypaymenttokencontext.md)
