gpt4 book ai didi

ruby-on-rails - rails : PayPal Express Checkout Integration in Localhost

转载 作者:太空宇宙 更新时间:2023-11-03 16:19:30 25 4
gpt4 key购买 nike

我不知道,从哪里开始。我正在将 PayPal Express Checkout 集成到我的 Localhost 服务器的 RoR 应用程序中。

是的,我正在使用 gem,merchant-sdk-ruby .

在此集成中,我尝试遵循以下工作流程: enter image description here

  1. set_express_checkout
  2. get_express_checkout
  3. do_express_checkout

set_express_checkout 中,我能够成功生成 token 并能够重定向到 https://www.sandbox.paypal.com/webscr?cmd=_express-checkout&token=EC-93W211694E768010D这里有我生成的 token 。

在生成 token 的方法中,我的意思是在 set_express_checkout 中,我必须提供 3 个 URL。

  1. 返回网址
  2. 通知网址
  3. 取消网址

不是 ReturnUrl(我的应用程序的 URL (在本地主机中) 带有 tokenpayerID),PayPal 在其中重定向生成结帐详细信息?

我的问题是:PayPal 是否重定向到我的本地服务器上托管的应用程序的特定 URL?

请帮助将 PayPal Express Checkout 集成到我的本地主机中。

最佳答案

您可以在 ReturnURL 字段中配置您的本地应用程序 url(例如:http://localhost:3000/return)。

尝试实时示例:https://paypal-sdk-samples.herokuapp.com/merchant/set_express_checkout

关于ruby-on-rails - rails : PayPal Express Checkout Integration in Localhost,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17017369/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com