Stripe elements provide prebuilt UI components that enable developers to create beautiful checkout flows for your applications. In this episode, CJ Avilla does on to show us how to integrate Stripe elements into an ASP.NET Core project.
[00:00] - Introduction
[01:34] - Exploring a custom form
[04:12] - Payment collection workflow
[06:37] - Adding stripe checkout to your app
[12:27] - Customizing the payment types
[15:12] - Can you apply your own styles?
[16:15] - How are taxes handled?
Accepting online payments (Checkout)
https://github.com/cecilphillip/ContosoCraftsStriped
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout&lang=dotnetÂ
Building custom payment forms with Stripe (Elements)
https://github.com/cjavilla-stripe/ContosoCraftsStripeElementsÂ
https://stripe.dev/elements-examples/Â
https://stripe.com/docs/payments/payment-elementÂ
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements&lang=dotnet
General Stripe links
Register -Â https://dashboard.stripe.com/registerÂ
Support -Â https://stripe.com/go/developer-chatÂ
Social -Â https://twitter.com/stripedevÂ
🙋‍♀️🙋‍♂️ Get your questions answered on the Microsoft Q&A for .NET: https://aka.ms/dotnet-qa
🏫 Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn: https://aka.ms/learndotnet
#DotNet #Payments #Stripe