#kaveeshamuthukuda_webhooks

1 messages ¡ Page 1 of 1 (latest)

viscid plazaBOT
#

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

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

pallid flame
#

Hi, what's your question exactly?

gray palm
#

I want to integrate webhooks for my dotnet backend to get notified from stripe when our clients make payments.So I did a small sample project to test web hooks.Basically I want to test web hooks locally using the angular CLI and want to implement it to my backend application afterwards

pallid flame
#

And, what is your question?

#

Are you seeing logs in the stripe listen tab?

#

No, that's stripe trigger but do you see anything following stripe listen command?

#

You should see events coming in

#

Could you please share your account ID?

viscid plazaBOT
pallid flame
gray palm
#

Now my break point gets hit .

shy wadi
#

Is the stripe listen command still running when you use stripe trigger?

#

stirpe listen always needs to be running, you cannot exit the process

gray palm
#

after running the stripe listen I did a ctrl+c and then executed the command stripe trigger payment_intent.succeeded

shy wadi
#

No, you need to keep stripe listen running and then fire stripe trigger

#

Have it open in a separate window/tab

#

If you exit the stripe listen process before you do stripe trigger then nothing will be forwarded

gray palm
#

but this time even after quitting stripe listen with ctrl+c and the executing the trigger command it worked and my breakpoint got hit

gray palm
shy wadi
#

OK, then what is the issue?

gray palm
#

So this stripe account is my dummy/personal account I actually want to integrate for my cooperate account so I want to know if you'll did any changes after getting my account Id.If so I might need to get it done for my cooperate account as well

shy wadi
#

We haven't changed anything on your account no

gray palm
#

ok thanks for now Im good If I get any issue in future can I contact you'll through this thread

shy wadi
#

Sure, we close them once resolved but you can open another via #help

gray palm
#

ok thanks for your help