Problem stripe payment system integration with Iphone

Hi,
I’m currently testing my pwa app created with bubble. When a user (on an iphone SE IOS 17.5.1) clicks on a payment method (stripe payment system integration), they receive the following error message: Stripe error: You did not provide an API key. You need to provide your API key in the Authorization header, using Bearer auth (e.g. ‘Authorization: Bearer YOUR_SECRET_KEY’). See https://stripe.com/ docs/ api#authentication for details, or we can help at https:// support.stripe.com/. Does anyone have any idea what the problem is?

It says right there, you need to provide the API key.

Yes, and how can I do this ?

  1. Generate your Stripe API Keys as mentioned in the documentation here. API keys | Stripe Documentation
  2. Add the keys in the plugin section where required.

This topic was automatically closed after 70 days. New replies are no longer allowed.