Add Stripe to .NET and start taking online payments

Опубликовано: 12 Март 2025
на канале: Round The Code
1,296
22

Learn how to add Stripe to your ASP.NET Core project to take online payments.

This checkout example will use the Stripe.net NuGet package so you can easily integrate it into your .NET project.

We'll code the Stripe solution in an ASP.NET Core Web API endpoint and show how you how to redirect a user to Stripe.

We'll also look at how to set up a Stripe account and get an API key.

💻 Download the code example💻
https://www.roundthecode.com/dotnet-c...

► Read the tutorial:
https://www.roundthecode.com/dotnet-t...

🎓 .NET tutorials, code examples and coding challenges 🎓
https://www.roundthecode.com/?utm_sou...

► Chapters
0:00 Coming up...
0:10 Index and confirmation pages
1:32 Web API controller
2:57 Sign up for Stripe and get an API key
4:28 NuGet package
4:55 Web API integration
7:47 Demo
8:10 Start accepting live payments
8:21 Reading configuration values

► Stripe links
• API documentation - https://docs.stripe.com/api
• Test card numbers - https://docs.stripe.com/testing

► Sign up for a Stripe account tutorial
   • How To Create a Stripe Account (Step ...