#edward_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1303710924481495041
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Not sure I understand. You can't roll the whsec_xxx the CLI generates
It spits out the secret when you first starts stripe listen and you'd use that in your code
the webhook signing secret is not the same as the key from https://dashboard.stripe.com/test/workbench/webhooks
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
if i use the key form cli it is failing all my webhooks from https://dashboard.stripe.com/test/workbench/webhooks
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
can i make them to have the same key ? the local listener same as the https://dashboard.stripe.com/test/workbench/webhooks
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
hi! I'm taking over this thread.
if you are using the Stripe CLI, then you have to use the secret shown by the CLI.
if you are using a real webhook endpoint, then you have to use the secret shown in the dashboard.
note that these two secrets are different.
I understand Thank you ! so can't be used bouth at the same time
yes it's one or the other.
Thank you !
Do you know if stripe has a page where i create for the customers only to put there information and save there card without any charge ?
you want to save a card without making a charge? sure that's possible, and explained here: https://docs.stripe.com/payments/save-and-reuse
yes like I want to use it as a before lunching my SASS project to get customers information that are interested