简体   繁体   English

ActiveMerchant是否支持PayPal Digital Goods进行Express Checkout交易?

[英]Does ActiveMerchant support PayPal Digital Goods for Express Checkout transactions?

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. 我知道ActiveMerchant支持标准的Express Checkout API,但是Digital Goods集成文档描述了Digital Goods Express Checkout API 支持的一些EC功能。 It appears at least one of those features (Authorization & Capture) is used by ActiveMerchant. 看来ActiveMerchant使用了至少一项功能(授权和捕获)。 Is it possible to use ActiveMerchant for PayPal micropayments? 是否可以将ActiveMerchant用于PayPal小额支付?

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. Express Checkout和Express Checkout for Digital Goods之间唯一的区别是PAYMENTREQUEST_0_ITEMCATEGORY0 =数字开关,它将其标识为数字商品交易。 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. 当然,您还需要处理JS include才能启动流程,但除此之外,它几乎是相同的野兽。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM