#pluginyml_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- pluginyml_api, 4 hours ago, 6 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1247522945002115102
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hi there!
Where can I find the right webhook secret? In the dev environment, the CLI has given me the secret. In the live environment there is a secret in the webhook, but it does not work.
are you using a real webhook endpoint? if so, the secret is in the dashboard, when looking at the webhook endpoin
I have used this but it does not work.
"does not work", what does that mean exactly?
do you get an error message? if so, which one?
I use Laravel Cashier and the webhook requests are not accepted.
you didn't answer my question.
i get an error from my laravel application that it does not want to process the request because the secret is wrong.
I need the exact error message you see.
BadRequest: The secret key is not correct and processing has been stopped for safety reasons. Please check your secret and the tolerance.
The message is from my application, not from Stripe.
thanks. can you check that the secret you are using looks like this: whsec_T8...APQl?
Yes, I use it
did you double check it's the same? starts with whsec and ends with APQl?
Yes, I have checked.
and this error is thrown when exactly? when you receive a webhook event in live mode?
Yes, I'm just checking whether it might be caching and then loading the dev secret from the cache and not the live secret.
possible, can you try to log the secret when you get that error message?
It has now worked, but I don't know why. Thanks anyway!