1

Paypal標準を使用して定期支払いプロファイルを作成するコードを見つけましたが、最初の月に異なる金額をユーザーに請求し、翌月から異なる金額で定期プロファイルを作成したいと考えています。これは可能ですか?いろいろ検索しましたが、思い通りの結果が得られませんでした。私を案内してください。

これは私が今持っているコードです:

<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="business" value="me@mybusiness.com">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="no_shipping" value="1">
<input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but20.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="a3" value="5.00">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">
<input type="hidden" name="src" value="1">
<input type="hidden" name="sra" value="1">
</form>

どんな助けでも大歓迎です。

ありがとうラヴィンダー

4

3 に答える 3