首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在paypal升级问题“金额只能增加20%”

在paypal升级问题“金额只能增加20%”
EN

Stack Overflow用户
提问于 2013-12-26 19:55:41
回答 1查看 588关注 0票数 0

我已经集成了贝宝订阅选项到我的site.My的问题是,当我尝试升级订阅它显示一个错误在贝宝

金额最多只能增加20%

订阅金额为0.25美元,升级金额为0.59美元

我如何才能增加金额的百分比。

代码如下:

代码语言:javascript
复制
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="charset" value="utf-8">
<input type="hidden" name="business" value="freelancecoachpro@gmail.com">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="item_name" value="FreelanceCoachPro Total Connect">
<input type="hidden" name="item_number" value="7">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="a3" value="0.59">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M"> <!-- Set recurring payments until canceled. -->
<input type="hidden" name="custom" value="1388035301:63:7:b09c926d4df9a5f17221e56cbe688297:6">
<input type="hidden" name="return" value="https://www.freelancecoachpro.com/thank-you/">
<input type="hidden" name="cancel_return" value="https://www.freelancecoachpro.com/subscriptions-5/">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="notify_url" value="http://www.freelancecoachpro.com/paymentreturn/paypalexpress">
<input type="hidden" name="src" value="1">
<input type="hidden" name="modify" value="2"><!-- Display the payment button. -->
<input type="image" name="submit" border="0" src="https://www.freelancecoachpro.com/images/upgrade_button.png" alt="PayPal - The safer, easier way to pay online">
<img alt="" border="0" width="1" height="1" src="https://www.paypal.com/en_US/i/scr/pixel.gif">
</form>
EN

回答 1

Stack Overflow用户

发布于 2013-12-27 09:15:50

根据this pageAMT的注释,这看起来是一个PayPal限制(我假设支付标准也会有同样的限制)

注意:对于使用快速结账的定期付款,每180天(从创建配置文件时开始),付款金额不能增加超过20%。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/20784396

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档