Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softeq/netkit.payment.stripe
https://github.com/softeq/netkit.payment.stripe
dotnet dotnetcore microservice netkit stripe
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softeq/netkit.payment.stripe
- Owner: Softeq
- License: mit
- Created: 2018-12-21T07:31:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T20:18:41.000Z (about 2 years ago)
- Last Synced: 2023-03-02T06:25:52.250Z (almost 2 years ago)
- Topics: dotnet, dotnetcore, microservice, netkit, stripe
- Language: C#
- Size: 85 KB
- Stars: 3
- Watchers: 14
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Softeq.NetKit.Payment.Stripe
Softeq.NetKit.Payment.Stripe is a RESTful microservice that enables payment management around Stripe payment gateway.
API is written in ```Asp.Net Core 2.0``` and protected with ```OAuth2``` protocol.
```Swashbuckle``` is enabled to provide API consumers with the documentation.### APIs
Service exposes the following APIs:
1. ```Customers``` API to create new Stripe customer or get customer key;
2. ```Cards``` API to manage customer's cards;
3. ```Subscriptions``` API to manage customer's subscriptions;
4. ```Subscription Plans``` API to manage customer's subscription plans;
5. ```Invoices``` API to manage customer's invoices;
6. ```Charge``` API to create or get customer's charges.### Configuration
Update ```appsettings.json``` by specifying the following settings:
1. Set MS SQL database connection string in ```ConnectionStrings:DefaultConnection```;
2. Set Stripe Api key in ```Stripe:ApiKey```;
3. Set Stripe Publish key in ```Stripe:PublishKey```;
4. (Optional) Set Azure AppInsights Instrumentatinon key in ```ApplicationInsights:InstrumentationKey```.## About
This project is maintained by Softeq Development Corp.
We specialize in .NET core applications.
## Contributing
We welcome any contributions.
## License
The Query Utils project is available for free use, as described by the [LICENSE](/LICENSE) (MIT).