gopay icon indicating copy to clipboard operation
gopay copied to clipboard

微信、支付宝、通联支付、拉卡拉、PayPal、Apple 的Go版本SDK。【极简、易用的聚合支付SDK】

Results 31 gopay issues
Sort by recently updated
recently updated
newest added

什么时候考虑下银联支付呢?

enhancement

paypal OrderCapture接口 purchase_units-payments-captures 缺少很多字段, 比如id 是比较重要的, 需要用这个id 退款, 此id 和 response 的id 是不一样的。

旧证书过期前5天至过期当天,新证书开始逐步放量用于应答和回调的签名。商户需根据证书序列号,使用对应版本的平台证书。目前是不是还没有处理新旧证书同时存在的问题,我看代码里没有做证书序列号区分证书相关的

good first issue

client:= alipay.NewClient APP里面client创建订单TradeAppPay后正常支付完成 client调用TradeQuery,TradeCancel 返回{"code":"40002","msg":"Invalid Arguments","sub_code":"isv.invalid-app-id","sub_msg":"无效的AppID参数"} 我哪里出了问题啊,搞了一下午了。 ——_——

1. 在使用的过程中 我感觉 消息开放平台可以对 回调消息进行一个实时的接收 这个功能很适用在 go

enhancement

https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/server/ecpay/introduction

enhancement

fix:修复微信V3客户端鉴权证书选择错误 - v3版本下,会有多个证书同时生效,目前只采用最新的,会出现校验失败的情况

1.自动验签开启后,支付异步回调里还需要验签吗? `// wxPublicKey 通过 client.WxPublicKey() 获取 err = notifyReq.VerifySignByPK(wxPublicKey) if err != nil { xlog.Error(err) return }` 这个手动验签是异步回调里必须的吗?

good first issue