Contents

ApplePayPaymentToken

An object that contains the user’s payment credentials.

Declaration

dictionary ApplePayPaymentToken {
	required ApplePayPaymentMethod paymentMethod;
	DOMString transactionIdentifier;
	JSON paymentData;
};

Overview

You access the payment token of an authorized payment request using the token property of the ApplePayPayment object.

Topics

Payment Token Properties

See Also

Payment token