multiTokenContexts
An array of payment token contexts that requests multiple payment tokens to support a multimerchant payment.
Declaration
sequence < ApplePayPaymentTokenContext > multiTokenContexts;Mentioned in
Discussion
Use multitoken contexts to indicate payments for multiple merchants. This modifier is an array of ApplePayPaymentTokenContext objects. The sum of the amount of all the payment token contexts must be less than or equal to the grand total amount of the enclosing payment request. Otherwise, the request results in a runtime error and cancels the payment request.