paypal 快速结帐不与 magento 2.2.4 同步
paypal express checkout not sync with magento 2.2.4
下订单后,在 Paypal 上注册的有关交易完成的通知不会在评论历史记录中自动更新。
每当我们从 Paypal 退款时,关于退款金额的注册通知不会在评论历史记录中自动更新。
如果订单在下订单时处于 "Payment Review" 状态,那么只要从 PayPal 清算资金,它就会自动更改为 "Processing" 状态。目前这不是从 PayPal 自动同步,我们必须点击 "Get Payment Update" 来检查状态。
先决条件
Magento 2.2.4
PHP 7.1.18
PayPal Express 启用结帐支付方式(沙盒模式)
重现步骤
第 1 步在 magento 商店下订单。
第 2 步转到 https://www.sandbox.paypal.com
STEP:3 打开最近的订单历史记录
第 4 步发放退款
预期结果
paypal 交易状态在评论历史部分的 magento 管理订单视图页面中维护,退款评论也应该在评论历史部分的订单视图页面上可见。
实际结果
paypal 和 magento 商店之间没有同步。在 paypal 面板中完成的任何 activity,不会反映在 magento 管理面板中。
下面是从 paypal expree checkout 下订单时 magento 2.1.7 管理订单查看页面的屏幕截图。
enter image description here
我通过更改贝宝沙盒中的一些设置解决了我的问题account.below我提到了步骤。
设置 IPN 侦听器的步骤
Step1: LogIn with paypal business account at https://www.sandbox.paypal.com
Step2: In the Profile menu on the top right, click Profile and Settings .
Step3: click My selling tools .
Step4: Click the Update link in the Instant payment notifications row , in the Getting paid and managing my risk section.
Step5: Click Choose IPN Settings to specify your listener's URL and activate the listener.
Step6: Specify the URL for your listener in the Notification URL field .
i.e servername/paypal/ipn/index.
Step7: Click Receive IPN messages (Enabled) to enable your listener.
Step8: Click Save .
Step9: Click Back to Profile Summary to return to the Profile after activating your listener. You also can click Edit settings to modify your notification URL or disable your listener. You can click Turn Off IPN to reset your IPN preferences.
下订单后,在 Paypal 上注册的有关交易完成的通知不会在评论历史记录中自动更新。
每当我们从 Paypal 退款时,关于退款金额的注册通知不会在评论历史记录中自动更新。
如果订单在下订单时处于 "Payment Review" 状态,那么只要从 PayPal 清算资金,它就会自动更改为 "Processing" 状态。目前这不是从 PayPal 自动同步,我们必须点击 "Get Payment Update" 来检查状态。
先决条件 Magento 2.2.4 PHP 7.1.18 PayPal Express 启用结帐支付方式(沙盒模式)
重现步骤
第 1 步在 magento 商店下订单。
第 2 步转到 https://www.sandbox.paypal.com
STEP:3 打开最近的订单历史记录
第 4 步发放退款
预期结果 paypal 交易状态在评论历史部分的 magento 管理订单视图页面中维护,退款评论也应该在评论历史部分的订单视图页面上可见。
实际结果 paypal 和 magento 商店之间没有同步。在 paypal 面板中完成的任何 activity,不会反映在 magento 管理面板中。
下面是从 paypal expree checkout 下订单时 magento 2.1.7 管理订单查看页面的屏幕截图。 enter image description here
我通过更改贝宝沙盒中的一些设置解决了我的问题account.below我提到了步骤。
设置 IPN 侦听器的步骤
Step1: LogIn with paypal business account at https://www.sandbox.paypal.com
Step2: In the Profile menu on the top right, click Profile and Settings .
Step3: click My selling tools .
Step4: Click the Update link in the Instant payment notifications row , in the Getting paid and managing my risk section.
Step5: Click Choose IPN Settings to specify your listener's URL and activate the listener.
Step6: Specify the URL for your listener in the Notification URL field .
i.e servername/paypal/ipn/index.
Step7: Click Receive IPN messages (Enabled) to enable your listener.
Step8: Click Save .
Step9: Click Back to Profile Summary to return to the Profile after activating your listener. You also can click Edit settings to modify your notification URL or disable your listener. You can click Turn Off IPN to reset your IPN preferences.