- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我有一个网页,我想在其中整合一个经常性捐赠。
我有以下 HTML 代码,它允许用户输入任意金额,然后单击捐赠以提交该金额。
我想要的是一个厚盒子,一旦按下,就会使该金额重复出现。顺便提一下,我在 Paypal 上有一个企业帐户。
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="email@domain-x.com">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Widget Fund">
<input type="hidden" name="item_number" value="W-001">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="cn" value="Add special instructions to the seller:">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="currency_code" value="USD">
<!-- --><br />
Please enter your donation amount: (Example - 10.00)<br />
<input type="text" name="amount" size="5"><br />
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted"><br />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><br />
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"><br />
</form>
最佳答案
PayPal 按钮具有描述付款时间表的参数;如果您发送这些参数,那么 PayPal 将设置定期付款而不是单次付款。变量都在这里描述:
每月 5 美元(没有试用或大额付款)将是:a3=$5(金额)t3=M(期限类型为月)p3=1(每1个月)
...然后还有其他参数(在文档中)以提供更多功能和设置。
关于html - 经常性 Paypal 捐赠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30975632/
嗯,我一直在研究 Paypal IPN。我需要一些与循环过程相关的信息,请帮助我。 第 1 步 > 客户订阅套餐 1 [ $200 ]/月 第 2 步 > 重定向到 Paypal 第 3 步 > 付款
我有一个网页,我想在其中整合一个经常性捐赠。 我有以下 HTML 代码,它允许用户输入任意金额,然后单击捐赠以提交该金额。 我想要的是一个厚盒子,一旦按下,就会使该金额重复出现。顺便提一下,我在 Pa
关闭。这个问题需要更多focused .它目前不接受答案。 想改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 4 年前。 Improve this qu
我通过遵循 Rails Casts EP289 实现了 paypal 循环。 http://railscasts.com/episodes/289-paypal-recurring-billing?v
我正在使用 https://github.com/fnando/paypal-recurring但我不确定哪种方法 - 取消或暂停会阻止订户向我的网站付款。看了github上的代码,没看懂。 最佳答案
我是一名优秀的程序员,十分优秀!