Home > stripe-dotnet

stripe-dotnet

Stripe-dotnet is a project mainly written in ..., based on the Apache-2.0 license.

Stripe C# library

About the Library

This is a development version of a .NET implementation of Stripe's API.

If you're looking for something production-ready, consider https://github.com/criticalaxiom/XamarinStripe, upon which this is based.

Currently, the library supports the charge, refund, customer, subscription APIs, along with some webhook support. It is missing support for plan management and coupons.

Stripe/

    Source code for the assembly.

PaymentTest/

    Sample program using the library

Where is this library used in Production?

  • FolioHD - online portfolios (since Oct-2011)
  • Xamarin - mobile app development toolkit (since Aug-2011)

What's the license?

Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License.

You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Authors

Copyright 2011 Xamarin, Inc, Christopher Gooley, and Stripe, Inc.