#kaveeshamuthukuda_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ 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.
Hi, what's your question exactly?
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
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?
Hmm, I see these events being delivered to the CLI listener: https://dashboard.stripe.com/test/events/evt_3Q2sgfRvW6Yc17tk0HiwB0FJ
Now my break point gets hit .
Is the stripe listen command still running when you use stripe trigger?
stirpe listen always needs to be running, you cannot exit the process
after running the stripe listen I did a ctrl+c and then executed the command stripe trigger payment_intent.succeeded
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
but this time even after quitting stripe listen with ctrl+c and the executing the trigger command it worked and my breakpoint got hit
@shy wadi after I got this message it worked even if stripe listen was stopped
OK, then what is the issue?
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
We haven't changed anything on your account no
ok thanks for now Im good If I get any issue in future can I contact you'll through this thread
ok thanks for your help