multiTokenContext - how many paymentTokens?

Hello,

I'm working on implementing a paymentRequest with multiTokenContext (to charge a split fee to multiple merchants).

I'm not clear from documentation on what to expect. Is either of the following true:

  1. onpaymentauthorized event will include multiple ApplePayPayment objects with multiple paymentTokens?
  2. onpaymentauthorized event will include a single ApplePayPayment object that I can charge multiple times (once per merchant)?

Thanks!

do you know the answer already? I have same question. :D

Same question. Interfaces from @types/applepayjs say that we still get one token from onpaymentauthorized. So it seems that second option is viable. Or maybe onvalidatemerchant and onpaymentauthorized would be called for each merchant separatelly. Not clear from the docs. It would be good to get anwer from Apple.

multiTokenContext - how many paymentTokens?
 
 
Q