gpt4 book ai didi

paypal - 如何打折额外的经常性付款?

转载 作者:太空宇宙 更新时间:2023-11-03 15:40:11 25 4
gpt4 key购买 nike

我想在第一个月收取 47 美元/月的费用。然后每增加一个月只需 37 美元。本质上,如果他们留在我身边,我想打折经常性付款。

我如何在 PayPal 按钮中执行此操作?

最佳答案

<form action="https://www.paypal.com/cgi-bin/webscr" method="POST">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="business" value="your-email-address@yourdomain.com">
<input type="hidden" name="item_name" value="Subscription description here">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="a1" value="47.00"> <!-- Set this to the price you want to charge them upfront -->
<input type="hidden" name="p1" value="1"> <!-- Set the length of the trial to 1 interval (t1 will define the interval) -->
<input type="hidden" name="t1" value="M"> <!-- Set the interval to months -- trial is now one month in length -->
<input type="hidden" name="a3" value="37.00"> <!-- Amount to charge each month -->
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M"> <!-- Payments are one month apart -->
<input type="hidden" name="src" value="1"> <!-- Payments don't automatically stop -->
<input type="image" alt="PayPal - The safer, easier way to pay online!" src="https://www.paypal.com/en_US/i/btn/btn_subscribe_LG.gif">
</form>

关于paypal - 如何打折额外的经常性付款?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39417804/

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