# Payment
**Repository Path**: acelove/payment
## Basic Information
- **Project Name**: Payment
- **Description**: 基于 .NET Core / ASP.NET Core 开发,支持多商户的跨平台支付SDK集。简化了API调用及相关通知的处理流程。目前支持:支付宝(Alipay)、微信支付(WeChatPay)、QQ钱包(QPay)、京东支付(JDPay)、连连支付(LianLianPay)、银联支付(UnionPay)
- **Primary Language**: C#
- **License**: MIT
- **Default Branch**: dev
- **Homepage**: https://github.com/essensoft/payment
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 105
- **Created**: 2019-11-13
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Paylink
一套基于 .NET Core 开发的支付SDK集,它极大简化了API调用及通知的处理流程。
[![Build status][github-action-image]][github-action-url]
[![MIT][license-image]](LICENSE.md)
[github-action-image]: https://img.shields.io/github/workflow/status/essensoft/paylink/build/main.svg?style=flat-square
[github-action-url]: https://github.com/essensoft/paylink/actions/workflows/build.yml?query=branch%3Amain
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square
## NuGet 包
Package | NuGet | Downloads | TargetFrameworks
-------- | :---- | :-------- | ---------------
[Essensoft.Paylink.Alipay][nuget-alipay-url] | ![NuGet][nuget-alipay-v-image] | ![Downloads][nuget-alipay-dt-image] | ![netstandard2.1][standard2.1-Y-image] ![netcoreapp3.1][netcoreapp3.1-Y-image] ![net6.0][net6.0-Y-image]
[Essensoft.Paylink.WeChatPay][nuget-wechatpay-url] | ![NuGet][nuget-wechatpay-v-image] | ![Downloads][nuget-wechatpay-dt-image] | ![netstandard2.1][standard2.1-Y-image] ![netcoreapp3.1][netcoreapp3.1-Y-image] ![net6.0][net6.0-Y-image]
[Essensoft.Paylink.Security][nuget-security-url] | ![NuGet][nuget-security-v-image] | ![Downloads][nuget-security-dt-image] | ![netstandard2.1][standard2.1-Y-image] ![net6.0][net6.0-Y-image]
[nuget-alipay-url]: https://www.nuget.org/packages/Essensoft.Paylink.Alipay
[nuget-alipay-v-image]: https://img.shields.io/nuget/v/Essensoft.Paylink.Alipay.svg?style=flat-square
[nuget-alipay-dt-image]: https://img.shields.io/nuget/dt/Essensoft.Paylink.Alipay.svg?style=flat-square
[nuget-wechatpay-url]: https://www.nuget.org/packages/Essensoft.Paylink.WeChatPay
[nuget-wechatpay-v-image]: https://img.shields.io/nuget/v/Essensoft.Paylink.WeChatPay.svg?style=flat-square
[nuget-wechatpay-dt-image]: https://img.shields.io/nuget/dt/Essensoft.Paylink.WeChatPay.svg?style=flat-square
[nuget-security-url]: https://www.nuget.org/packages/Essensoft.Paylink.Security
[nuget-security-v-image]: https://img.shields.io/nuget/v/Essensoft.Paylink.Security.svg?style=flat-square
[nuget-security-dt-image]: https://img.shields.io/nuget/dt/Essensoft.Paylink.Security.svg?style=flat-square
[standard2.1-Y-image]: https://img.shields.io/badge/standard2.1-Y-brightgreen.svg?style=flat-square
[netcoreapp3.1-Y-image]: https://img.shields.io/badge/netcoreapp3.1-Y-brightgreen.svg?style=flat-square
[net6.0-Y-image]: https://img.shields.io/badge/net6.0-Y-brightgreen.svg?style=flat-square
## 开发环境
* Windows 11
* [Rider 2022](https://www.jetbrains.com/rider) / [Visual Studio 2022](https://visualstudio.microsoft.com)
* [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0)
## 运行环境
- [.NET Core 3.1](https://dotnet.microsoft.com/download/dotnet/3.1)
- [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0)
## 使用方式
* [示例项目](samples/WebApplicationSample)
## 捐赠
[捐赠名单](FUNDING.md)
## 社区互助
如果您在使用的过程中碰到问题,可以通过下面几个途径寻求帮助,同时我们也鼓励资深用户通过下面的途径给新人提供帮助。
* 钉钉群
-
Paylink 交流群: 34090889(点击显示二维码)
## 支持渠道
1. 支付宝 [文档中心](https://openhome.alipay.com/docCenter/docCenter.htm)
* 同步 [alipay-sdk-net-all](https://github.com/alipay/alipay-sdk-net-all) 所有API。
2. 微信支付
* V2版 [开发文档](https://pay.weixin.qq.com/wiki/doc/api/index.html)
- 付款码支付(刷卡)
- JSAPI支付(公众号)
- Native支付(扫码)
- APP支付
- H5支付
- 小程序支付
- 刷脸支付
- 现金红包
- 企业付款(零钱/银行卡)
- 分账
- 酒店押金
- 委托扣款
- ...
* V3版 [开发者文档](https://pay.weixin.qq.com/wiki/doc/apiv3/index.shtml)
- 基础支付
- 分账
- 微信支付分
- 商户进件(服务商)
- 基础支付(服务商)
- 分账(服务商)
- ...
## 致谢
- [Alipay](https://github.com/alipay)
- [Varorbc](https://github.com/Varorbc)
## 项目地址
- [GitHub](https://github.com/essensoft/paylink)
- [Gitee](https://gitee.com/essensoft/paylink)