paylink icon indicating copy to clipboard operation
paylink copied to clipboard

一套基于 .NET Core 开发的支付SDK集,它极大简化了API调用及通知的处理流程。

Results 8 paylink issues
Sort by recently updated
recently updated
newest added

作者是否考虑增加平台收付通中的相关功能,如商户进件、普通支付、合单支付等功能呢,腾讯官方文档地址如下:https://pay.weixin.qq.com/docs/partner/apis/ecommerce-merchant-application/applyment/submit-applyment.html

![image](https://github.com/essensoft/paylink/assets/73087960/e8c6fd32-847d-4d07-b5b0-c2a43565b2d5) 报错信息: Unexpected end of request content. Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Unexpected end of request content. options和Request我都看的传了 其他接口是正常的

https://opendocs.alipay.com/mini/05x9kv alipay.trade.create(统一收单交易创建接口) 对应的AlipayTradeCreateModel和文档不一致,应该是支付宝产品升级进行了大规模更新没有同步

请问下这个通知,应该回调哪个Notify呢,我在Essensoft.Paylink.WeChatPay.V3.Notify下都没找到标明备注的的。 https://pay.weixin.qq.com/docs/merchant/apis/batch-transfer-to-balance/transfer-batch-callback-notice.html

V3接口下载的对账单格式,首行是标题、第二行到倒数第三行是订单记录、倒数第二行是汇总标题、最后一行是汇总数据行吗?是和微信官方文档说明 https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_4_8.shtml 中给出的样例格式一样吗?

这是最近微信技术支持发来的消息: 微信新推出了平台证书的替代公钥方案,两者使用场景完全相同,但公钥不会过期,也就是以后没有特殊需求都不再需要人工管理 微信支付公钥使用介绍:https://pay.weixin.qq.com/docs/merchant/products/platform-certificate/wxp-pub-key-guide.html 平台证书切换微信支付公钥指引:https://pay.weixin.qq.com/docs/merchant/products/platform-certificate/update-pub-key.html