Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.stripe.client
A .NET typesafe implementation of Stripe's StripeClient
https://github.com/soenneker/soenneker.stripe.client
client csharp dotnet payment processing sdk stripe stripeclient stripeclientutil util
Last synced: 12 days ago
JSON representation
A .NET typesafe implementation of Stripe's StripeClient
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.stripe.client
- Owner: soenneker
- License: mit
- Created: 2024-10-31T12:33:01.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-10-31T12:41:56.000Z (16 days ago)
- Last Synced: 2024-10-31T12:47:35.784Z (16 days ago)
- Topics: client, csharp, dotnet, payment, processing, sdk, stripe, stripeclient, stripeclientutil, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/nuget/v/soenneker.stripe.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.stripe.client/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.stripe.client/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.stripe.client/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.stripe.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.stripe.client/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Stripe.Client
### A .NET typesafe implementation of Stripe's StripeClient## Installation
```
dotnet add package Soenneker.Stripe.Client
```