#codemedic

1 messages · Page 1 of 1 (latest)

tepid stoneBOT
torpid kettle
#

We're Stripe developers who can answer Stripe questions, so if it's related to Stripe we might be able to help. What's your question?

hollow echo
#

SecretKey: Your Stripe SecretKey.
PublishableKey: Your Stripe PublishableKey.
WebhookSecret: Your Stripe WebHookSecret

#

I'm on the webhooks page and I see a "Signing Secret"

#

which key would that be?

torpid kettle
hollow echo
#

right, but my question is which key is that for?

#

is that the webbhook secret?

torpid kettle
#

yup

hollow echo
#

Ok, thanks. I think I figured the rest out.

#

Is there a specific BaseUrl we need to use?

torpid kettle
#

Not sure what that is. Can you elaborate?

hollow echo
#

BaseUrl: URL for making API calls to Stripe. You can find correct URLs in your Stripe dashboard.

#

That's all the documentation says

torpid kettle
#

Where does it say that?

hollow echo
#

on AspNetZero docs

torpid kettle
#

Can you point to the docs?

hollow echo
torpid kettle
#

We're Stripe devs, so we're limited in what we can do with other frameworks, but it's going to be easier for me to answer if I can see what you're looking at. Gimme a sec. I'll circle back

#

I think it's referring to https://api.stripe.com, which is the domain where all API requests are routed. So you would have something like https://api.stripe.com/v1/payment_intents if you were making API calls to do stuff with Payment Intents

hollow echo
#

ahh, that's what I thought but thought I would double check. Thanks a lot. Have a good night.