Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支付宝部分支付渠道为何不支持同步返回验签呢? #407

Open
egege opened this issue Jul 25, 2024 · 5 comments
Open

支付宝部分支付渠道为何不支持同步返回验签呢? #407

egege opened this issue Jul 25, 2024 · 5 comments

Comments

@egege
Copy link

egege commented Jul 25, 2024

看下面的文档,发现了这行注释: 公钥模式验签 注意:APP支付,手机网站支付,电脑网站支付 不支持同步返回验签
这个是有什么考虑吗?还是说只是暂时没做,后面可能会添加

3、同步返回参数验签Sign、异步通知参数解析和验签Sign、异步通知返回

@iGoogle-ink
Copy link
Member

APP支付,手机网站支付,电脑网站支付 不支持同步返回验签
这3种支付方式,App支付是生产支付参数,由APP端SDK携带参数完成支付,网站支付分别都是生成一个支付链接,直接打开即可,也无需验签。

@egege
Copy link
Author

egege commented Jul 26, 2024

看支付宝文档同步通知验签
像是PC支付成功后的,重定向回网站的return_url,这个同步通知参数的验签,怎么处理呢?还是使用异步通知验签吗?(公钥模式)alipay.VerifySign方法

@egege
Copy link
Author

egege commented Jul 31, 2024

APP支付,手机网站支付,电脑网站支付 不支持同步返回验签 这3种支付方式,App支付是生产支付参数,由APP端SDK携带参数完成支付,网站支付分别都是生成一个支付链接,直接打开即可,也无需验签。

你好,问一下同步通知验签怎么操作呢?没在文档里看到?

@iGoogle-ink
Copy link
Member

看支付宝文档同步通知验签 像是PC支付成功后的,重定向回网站的return_url,这个同步通知参数的验签,怎么处理呢?还是使用异步通知验签吗?(公钥模式)alipay.VerifySign方法

这个还真不清楚,你试试?如果搞清楚流程,可以分享一下

@iGoogle-ink
Copy link
Member

APP支付,手机网站支付,电脑网站支付 不支持同步返回验签 这3种支付方式,App支付是生产支付参数,由APP端SDK携带参数完成支付,网站支付分别都是生成一个支付链接,直接打开即可,也无需验签。

你好,问一下同步通知验签怎么操作呢?没在文档里看到?

不晓得,我觉得这块不需要同步验签,你如果找到方法,请分享一下吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants