I am trying to setup future payment method for PayPal and I am getting this error.
await Stripe.instance.initPaymentSheet( paymentSheetParameters: const SetupPaymentSheetParameters( setupIntentClientSecret: "seti_1OuCs4LiqSZoNeCk9JuMfuvt_secret_PjgEOcH1iqZOvE7tU5f17kmtW9vRIsh", style: ThemeMode.system, allowsDelayedPaymentMethods: true, merchantDisplayName: 'MyApp', ), );
flutter: StripeException(error: LocalizedErrorMessage(code: FailureCode.Failed, localizedMessage: There was an unexpected error -- try again in a few seconds, message: There was an unexpected error -- try again in a few seconds, stripeErrorCode: null, declineCode: null, type: null))