问题描述
Paypal IPN请求进入我的回调待处理状态.
在我的工作流程中,我仅将订单通过所有检查步骤后保存为:商业电子邮件,mc_gross ...,并且状态必须为已完成".
因此,当我从Paypal收到处于待处理状态的请求时,系统不会将订单保存到数据库中.
我的问题是,在订单状态更改为已完成"后,贝宝会发送另一个请求吗?
是的,当挂起的事务更新为已完成"(或失败"或其他)时,您将获得具有更新的详细信息的附加IPN.
Paypal IPN request to my callback Pending status.
In my workflow I only save the order after they pass all checking steps as: business email, mc_gross... and the status must be "Completed".
So when I receive a request from Paypal with Pending status, system will not save order into the database.
My question is will Paypal send another request after the order status change to Completed ?
Yes, when a pending transaction updates to Completed (or Failed, or whatever) you will get an additional IPN with the updated details.
这篇关于待处理的Paypal IPN的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!