Paypal subcription: Can I make the first payment of a different amount?
I am currently working on Paypal Payment Pro and need to have a dedicated recursive payment.
In this case. My client wants to make the first month of payment 0, and in the following months the payment will be $ 5 each.
Is there a way or document about this? I personally don't know what it's called, so I can't communicate with Google.
Many thanks.
a source to share
yes you can do that, use below fields as hidden and try it.
<input type="hidden" name="a1"value="0.00">
<input type="hidden"name="p1" value="15">
<input type="hidden" name="t1" value="D">
here is the code by which you can pay for the first 15 days for free. you can set any amount in the fields a1, p1, t1 to make a payment.
here a1 is the amount you want to pay, p1 is the payment frequency, and t1 is the time period you want to repeat. where D = daily, M = monthly, Y = annually.
Try this.it might be helpful to you ..
a source to share
Should this question be closed because of your other question? I have looked at the TRIALBILLINGPERIOD and TRIALAMT options in PayPal Documentation .
a source to share
Just start the users subscription ONE month from today, as it is dollars anyway. I take my clients at $ 1 as there are fees and just set their payments to start the month from today. By charging them, you learn that they can pay for it, and gives you a month to hack the parts if their card is cut.
a source to share