#adamjarling-webhooks
1 messages · Page 1 of 1 (latest)
In my local dev environment, can I, or should I still use the test API keys?
Yes 100%. Don't use live keys in development otherwise you'll be processing actual transactions (and test cards won't work)
And test Webhook API keys?
What's a webhook API key?
Can test Webhook API endpoints exist alongside Live API endpoints?
Yep, absolutely. They're isolated to the environment so live webhooks only receive live events, etc
Sorry, For Webhook API key, I meant "Signing Secret" for the Webhook endpoint.
Sorry for the rookie questions, but just wrapping my head around going live. So when I switch between "Test" and "Live" modes in Stripe dashboard, it's just showing me environments which the API keys dictate I guess?
Sorry, For Webhook API key, I meant "Signing Secret" for the Webhook endpoint.
Yes, they're unique per endpoint so you'd use the test webhook secret locally
Sorry for the rookie questions, but just wrapping my head around going live. So when I switch between "Test" and "Live" modes in Stripe dashboard, it's just showing me environments which the API keys dictate I guess?
Yep, exactly! There's a good checklist here: https://stripe.com/docs/development/checklist
Ok, thank you very much