#codemedic
1 messages · Page 1 of 1 (latest)
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?
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?
You get that when you create the webhook endpoint in the Dashboard: https://dashboard.stripe.com/test/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.
yup
Ok, thanks. I think I figured the rest out.
Is there a specific BaseUrl we need to use?
Not sure what that is. Can you elaborate?
BaseUrl: URL for making API calls to Stripe. You can find correct URLs in your Stripe dashboard.
That's all the documentation says
Where does it say that?
on AspNetZero docs
Can you point to the docs?
In order to configure Stripe, open appsettings.json file in *.Web.Host project and fill the fields below:
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
ahh, that's what I thought but thought I would double check. Thanks a lot. Have a good night.