Verify signatures and endpoint url

Good morning bubble community I am having a few issues if anyone knew how to give me a few pointers on how to fix I would be very grateful the issue is the following.
Everytime I try a test payment in live mode it gives me this 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 Stripe API reference – curl for details, or we can help at https://support.stripe.com/. I spoke to the stripe customer service and they told me to verify signatures and add an endpoint url I am not really sure what this means if anyone be so kind to explain or explain to me how to do this I would be very very grateful. Thank you so much for your help

It seems like there is some confusion here… either from yourself or from Stripe…

Unless I’m misunderstanding your question, the issue you’re having is with making a payment? (correct?)… certainly the error you’ve received relates to that…

The response from Stripe seems to be more about you receiving webhooks… which is nothing (directly) to do with making a payment…

So it seems there are some crossed wires…

In any case, if I am correct, and your question relates to the error message you’ve received when trying to make a payment, then the issue is exactly as the error message says…

i.e. you haven’t included your API key in the Authorization header…

Are you using a plugin or your own API calls to connect to Stripe?

You’ll need to share a lot more info if you want anyone to be able to address your specific issue, so maybe share some screenshots of your API calls (or plugin settings)… (obviously don’t share any API keys!!)