ActiveMerchant 是否支持 PayPal 数字商品进行快速结账交易?
我知道 ActiveMerchant 支持标准 Express Checkout API,但 Digital Goods 集成文档描述了 Digital Goods Express Checkout API 不支持的多项 EC 功能。 ActiveMerchant 似乎至少使用了其中一项功能(授权和捕获)。是否可以使用 ActiveMerchant 进行 PayPal 小额支付?
I know ActiveMerchant supports the standard Express Checkout API, but the Digital Goods integration document describes several EC features not supported by the Digital Goods Express Checkout API. It appears at least one of those features (Authorization & Capture) is used by ActiveMerchant. Is it possible to use ActiveMerchant for PayPal micropayments?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该能够,是的。快速结帐和数字商品快速结帐之间的唯一区别是 PAYMENTREQUEST_0_ITEMCATEGORY0=数字开关,它将其标识为数字商品交易。
当然,您还需要处理 JS 包含来启动流程,但除此之外,它几乎是相同的野兽。
You should be able to, yes. The only difference between Express Checkout and Express Checkout for Digital Goods is the PAYMENTREQUEST_0_ITEMCATEGORY0=Digital switch, which identifies it as a Digital Goods transaction.
Of course, you'll need to handle the JS include to initiate the flow as well, but other than that it's pretty much the same beast.