Varorbc / PaySharp

PaySharp是一个支持多商户多种支付方式的跨平台网关处理类库,使用PaySharp可以简化订单的创建、查询、退款和接收网关返回的支付通知等操作。
MIT License
862 stars 265 forks source link

支付宝转账接口升级及公钥证书 #61

Open SplendidDream opened 4 years ago

SplendidDream commented 4 years ago

1、支付宝转账接口升级了。 说明地址(目前已对该接口能力做了升级,后续建议调用新接口alipay.fund.trans.uni.transfer): https://opensupport.alipay.com/support/helpcenter/112/201602481112?ant_source=opendoc_recommend 新接口地址: https://opendocs.alipay.com/apis/api_28/alipay.fund.trans.uni.transfer 2、支付宝转账接口目前只支持证书方式了,但PaySharp.Alipay.Merchant中并无对证书设置的地方。

Varorbc commented 4 years ago

老接口也是可以正常调用的,个人时间有限,目前没有升级计划

SplendidDream commented 4 years ago

【补充 】升级说明地址错误了: https://opendocs.alipay.com/open/00ou7f

感谢,那暂时先这样使用旧接口了。