gpt4 book ai didi

html - 经常性 Paypal 捐赠

转载 作者:太空宇宙 更新时间:2023-11-03 16:12:37 27 4
gpt4 key购买 nike

我有一个网页,我想在其中整合一个经常性捐赠

我有以下 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 将设置定期付款而不是单次付款。变量都在这里描述:

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

每月 5 美元(没有试用或大额付款)将是:a3=$5(金额)t3=M(期限类型为月)p3=1(每1个月)

...然后还有其他参数(在文档中)以提供更多功能和设置。

关于html - 经常性 Paypal 捐赠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30975632/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com