#itech-dev_webhooks

1 messages ¡ Page 1 of 1 (latest)

strong mothBOT
#

👋 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/1342023388113272864

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

proven leaf
#

Hello

#

I have a django project in which I am using stripe for making a payment through payment link

Now what happens is when I make a payment through payment link, I have created a webhook with the help of ngrok for testing purpose on local

added signing secret in the environment file which is mentioned on stripe dashboard webhook, with mentioned webhook on stripe dashboard it is not working.

when I do like stripe login on another terminal and then

stripe listen --forward-to https://750c-223-178-213-67.ngrok-free.app/paymentApp/webhook/stripe/

then it provide me another signing secret which then I have to add to environment variable so to use it and then if I make payment it will call the webhook in my django application.

Now this is the scenario with production without using

stripe listen --forward-to https://labes-new.itechnolabs.co.in/paymentApp/webhook/stripe/

it is not listening to the webhook.

the server is with nginx and but what i believe is that it is problem at django level, So help me what configuration that is absolutely necessary to listen to webhook in a django application without using

stripe listen --forward-to https://labes-new.itechnolabs.co.in/paymentApp/webhook/stripe/

above mentioned command in another terminal.

reef kestrel
#

it is not working
What is not working?