Hey everyone,
I keep getting the same error code:
“The service Stripe (Live) - Retrieve Checkout Session Line Items (LIVE) just returned an error (HTTP 401). Please consult their documentation to ensure your call is setup properly. Raw error: { "error": { "message": "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').”
However, I believe I have all of the correct authorization setup and in place (screenshots below).
For reference, I am attempting to connect a Stripe Webhook (checkout.session.complete) to a backend workflow to create a transaction in our database. It was working fine with testing setup, however now I seem to be having issues.
Thank you!