捕获付款时 Paypal 是否会发送 IPN 消息?

发布于 2024-11-10 18:52:32 字数 165 浏览 4 评论 0原文

我们正在使用 Paypal 的授权/捕获。当用户手动捕获付款(在 Paypal 网站上)时,Paypal 会发送任何通知吗?

我们希望后端能够识别已捕获并授权的付款与尚未捕获的付款。

我们还希望收到有关付款被拒绝的通知。

请注意,我们不使用 API。

We are using Paypal's Authorisation/Capture. When a user manually captures the payment (on the Paypal website), does Paypal send any notification?

We want our backend to recognise payments that have been captured and authorised versus payments that haven't been captured yet.

We would also like to be notified about payments that were rejected.

Please note we are not using the API.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

昨迟人 2024-11-17 18:52:32

好的,发现没有专门的变量,它只是存储在 Paypal 的 IPN 消息中的“ payment_status”中。

与授权/捕获相关的状态有:

  • 已完成(捕获付款时)
  • 已退款(退款时)
  • 待处理(用户付款之后但手动捕获付款之前)

OK, found out that there is no special variable for this, it is simply stored in the 'payment_status' in the IPN message from Paypal.

The statuses relevant to authorisation/capture are:

  • Completed (when the payment is captured)
  • Refunded (when the payment is refunded)
  • Pending (after the user makes payment but before the payment is manually captured)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文