ApplePay PKPaymentAuthorizationViewController always shows processing
问题 I am trying to use Apple Pay in my app. It works fine to present PKPaymentAuthorizationViewController. However, after I filled up with credit card and billing information, it just shows a spinning wheel and 'processing' as shown in the picture. The code for presenting Apple Pay view controller is as follows: let request = Stripe.paymentRequestWithMerchantIdentifier(DH_APPLEPAY_ID) request.paymentSummaryItems = [PKPaymentSummaryItem(label: label, amount: amountDecimal)] request