/blazor-stripe

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

Primary LanguageC#MIT LicenseMIT

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.