79452099

Date: 2025-02-19 16:32:28
Score: 2.5
Natty:
Report link

For those having the same issue despite setting up the Apple Pay certificate in the Stripe dashboard, you need to ensure that your StripeProvider has stripeAccountId set. You can find this in your account settings. I initially had this missing, which caused this error to occur.

<StripeProvider
  // -- THIS WAS MISSING! --
  stripeAccountId={...}
  // --
  publishableKey={...}
  merchantIdentifier={...}
  urlScheme={...}
>
  ...
</StripeProvider>
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): having the same issue
  • Low reputation (0.5):
Posted by: Samueljh1