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.