Contents

ApplePayPaymentAuthorizationResult

The result of payment authorization, including status and errors.

Declaration

dictionary ApplePayPaymentAuthorizationResult {
	required short status;
	sequence < ApplePayError > errors;
	ApplePayPaymentOrderDetails orderDetails;
};

Mentioned in

Overview

Use the Apple Pay Status Codes values of STATUS_SUCCESS to indicate when the payment authorization succeeds, or STATUS_FAILURE, along with the errors, when it fails.

Topics

Providing authorization results

Providing order details

See Also

Handling payment authorization