Contents

ApplePayPayment

The result of authorizing a payment request that contains payment information.

Declaration

dictionary ApplePayPayment {
	required ApplePayPaymentToken token;
	ApplePayPaymentContact billingContact;
	ApplePayPaymentContact shippingContact;
};

Mentioned in

Overview

Data in ApplePayPaymentToken is encrypted. Billing and shipping contact data are not encrypted.

Topics

Payment token

Billing and shipping contacts

See Also

Handling payment authorization