PayPal IPN折扣变量

时间:2012-12-18 01:01:32

标签: paypal paypal-ipn paypal-sandbox

我正在使用PayPal IPN处理我网站上的付款。我希望用户能够输入折扣代码以及传递给PayPal并计算的价值(金额或百分比)。

我一直在寻找网络,但似乎只能找到以下内容:

Use discount_amount_cart to charge a single discount amount for the entire cart.

Use discount_amount_x to set a discount amount associated with item x

Use discount_rate_cart to charge a single discount percentage for the entire cart.

discount_rate_cart - Applies to entire cart however, this variable will only work with the "Upload" Method. Not the standard Add to Cart variables.

在我的请求字符串中测试这些后:

...&discount_amount_cart=10&...

PayPal似乎不承认此折扣。这在PayPal IPN中是否真的存在?

感谢您的帮助!

2 个答案:

答案 0 :(得分:6)

是的,你可以!!!

以下是Paypal变量的完整列表以及相关文档。

我自己刚用过discount_amount_cart!

https://developer.paypal.com/webapps/developer/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/#id08A6HH0D0TA

答案 1 :(得分:-2)

不,不! PayPal不提供任何折扣,您需要在您的应用程序中手动计算折扣&发送给PayPal。我开发了一个Ruby on Rails应用程序,它使用Stripe& amp;来计算账单信息。贝宝。你编程的语言是什么?所以我可以帮助你更多地了解如何去做。