Paypal Express Checkout:可以使用 ActiveMerchant 设置收件人吗?
Posted
技术标签:
【中文标题】Paypal Express Checkout:可以使用 ActiveMerchant 设置收件人吗?【英文标题】:Paypal Express Checkout: It is possible set recipient with ActiveMerchant? 【发布时间】:2013-04-10 08:09:33 【问题描述】:我正在使用 ActiveMerchant 和 Paypal Express Checkout 付款。可以设置收件人吗?例如:
gateway = ActiveMerchant::Billing::PaypalExpressGateway.new(
:login => "...",
:password => "...",
:signature => "..."
)
response = gateway.setup_purchase(100,
ip: request.remote_ip,
return_url: 'http://localhost:3000/cancel',
cancel_return_url: 'http://localhost:3000/return',
recipient: 'seller@example.com' # Set recipient here
)
redirect_to gateway.redirect_url_for(response.token)
【问题讨论】:
【参考方案1】:收件人是什么意思?您正在设置网关以将所有付款定向到这些凭据的所有者。
【讨论】:
以上是关于Paypal Express Checkout:可以使用 ActiveMerchant 设置收件人吗?的主要内容,如果未能解决你的问题,请参考以下文章
PayPal Express Checkout 通行证 transactionID
如何访问 Paypal Express Checkout 的响应?
如何为 PayPal Express Checkout 配置 IPN?
paypal express checkout - 400 错误请求