stripe / stripe-dotnet

Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com.
Apache License 2.0
1.37k stars 570 forks source link

Sample for Stripe Checkout with .NET Core #2015

Closed thinkcodellc closed 4 years ago

thinkcodellc commented 4 years ago

Is there a sample project for Stripe Checkout with .NET core ? Thanks in advance.

cjavilla-stripe commented 4 years ago

@thinkcodellc we don't have a ton of Stripe Samples with .Net core, but this one is for setting up a Subscription: https://github.com/stripe-samples/set-up-subscriptions/tree/master/server

We have a starter episode of developer office hours here: https://www.youtube.com/watch?v=2-mMOB8MhmE&list=PLy1nL-pvL2M4N3kfPoZ0igtbMj3K3Jdr_&index=16&t=0s

We'll work on adding more samples, but for now I'm hopeful these will unblock you :)

cjavilla-stripe commented 4 years ago

Going to close this for now. Feel free to reach out to support.stripe.com/contact if you run into any issues.