Contents

ApplePayPaymentTokenContext

A dictionary that defines the context for a single payment token in a payment request for multimerchant payments.

Declaration

dictionary ApplePayPaymentTokenContext {
	required DOMString merchantIdentifier;
	required DOMString externalIdentifier;
	required DOMString merchantName;
	DOMString merchantDomain;
	required DOMString amount;
};

Overview

Use ApplePayPaymentTokenContext to authorize a payment amount for each payment token in a multimerchant payment request. To enable multiple merchants for a transaction, use one ApplePayPaymentTokenContext object for each merchant.

You can optionally associate each payment token with the merchant’s top-level domain.

Topics

Specifying the merchant

Indicating a payment amount

See Also

Requesting multitoken or multimerchant payments