Skip to content

A demo to help you integrate Stripe payments with your Blazor web application

License

Notifications You must be signed in to change notification settings

ronpathak/blazor-stripe-bradwells

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazor and Stripe

This sample project was created to demonstrate how to integrate Stripe payments with your Blazor web app. It was created by Bradley Wells. Use the included samples as guides for monetizing your own Blazor applications.

Blazor Stripe Credit Card Form

The solution includes a page for integrating and verifying connected Stripe accounts using Connect Express. Stripe Connect can be used for issuing payouts to your partners. It includes a checkout page for collecting payment information from customers. It also includes a webhooks receiver for responding to Stripe events related to your customer or connected accounts. This allows your app to perform actions such as verifying payment info when it has been changed, sending reminder emails when a payment method is about to expire, and so forth.

Blazor Stripe Success

This project is accompanied by several blog posts describing the various components.

About

A demo to help you integrate Stripe payments with your Blazor web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 82.0%
  • CSS 12.7%
  • HTML 4.0%
  • JavaScript 1.3%