#Liege-webhooks
1 messages ยท Page 1 of 1 (latest)
Hey! Have you configured a webhook in the Dashboard? https://stripe.com/docs/webhooks
I have not, Ill take a look.
Sure! So you'd create a webhook which would receive those events and then you can action them
I think some of the .NET stuff on this page is outdated https://stripe.com/docs/webhooks/quickstart
Hi ๐ I'm not as familiar with the .NET flows, but it is a possibility.
I tried using a previous version of the package but that didn't seem to work.
Im looking for solutions online.
I'm still seeing functions like UseRouting() being used in new articles (within the last week) in Mircrosoft's docs.
Could you send a link so I can see the usings?
Discover how ASP.NET Core routing is responsible for matching HTTP requests and dispatching to executable endpoints.
And like I said, I'm not as familiar with this framework so please let me know if I seem to be overlooking details.
What's the warning/error that corresponds with the red underlines? Is it that the functions are missing?
What version of .NET core are you using?
6
Hm, I don't think version is the concern then.
I can't figure out the issue. Are there any staff members that are familiar with C#?
๐ I'm not a C# expert, but from some quick searching it sounds like you may be on an older version of .NET core (since UseEndpoints wasn't added until 3.0)
Let me see if I can find a sample that may work fo ryou
Let me see what I can find
Appriciate it
how are you trying to run this? Are you downloading the sample code and following the README instructions?
I copied the Server.cs file and Im following the instructions
Can you try clicking the "Download full app" button and running it from there? My guess is that you're missing something in your csproj file, which is included when you download the full sample
Ah!
Microsoft.AspNetCore.Mvc.NewtonsoftJson
I just had Microsoft.AspNetCore and Microsoft.AspNetCore.Mvc
smh
Thank you so much lol
I really had no clue
So glad that you could get it working! ๐