Hi
Problem : Automatic recurring payment not working
I faced one problem with recurring payment. Here I create one "recurring and subscription" button and performed transaction once and here is details ,
Recurring AMount : $5 USD
Time Period : 1 Day
Expire : Unlimited (Never).
When I saw next day my admin account and buyer account, from buyer account $5USD are not deduct and seller amount not increased.
How I solve this problem. Help me it's urgent.
Code :
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<!-- Identify your business so that you can collect the payments. -->
<input type="hidden" name="business" value="bpatha_1268377697_biz@apsora.com">
<!-- Specify a Subscribe button. -->
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<!-- Identify the subscription. -->
<input type="hidden" name="item_name" value="Alice's Weekly Digest">
<input type="hidden" name="item_number" value="DIG Weekly">
<!-- Set the terms of the regular subscription. -->
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="a3" value="5.00">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="D">
<!-- Set recurring payments until canceled. -->
<input type="hidden" name="src" value="1">
<!-- Display the payment button. -->
<input type="image" name="submit" border="0"
src="https://www.sandbox.paypal.com/en_US/i/btn/btn_subscribe_LG.gif"
alt="PayPal - The safer, easier way to pay online">
<img alt="" border="0" width="1" height="1"
src="https://www.sandboxpaypal.com/en_US/i/scr/pixel.gif" >
</form>
If you know any setting must be done in seller account's profile to perform recurring payment please tell me.
Thank You