paypal subcription: Can I make the first payment different ammount? -


I am currently working on PayPal Payment Pro and I need a special recurring payment.

In this case. My customer wants to pay the first month 0, and in the next months, the payment will be 5 dollars.

Is there a way or document about this? I personally do not know what it is called, so I can not do around Google.

Thank you very much.

Yes you can do this, please use the below to hide the areas and try .

  & lt; Input type = "hidden" name = "a1" value = "0.00" & gt; & Lt; Input type = "hidden" name = "p1" value = "15" & gt; & Lt; Input type = "hidden" name = "T1" value = "d" & gt;  

Here is the code by which you can make free payment for the first 15 days. You can set any amount in the field A1, P1, T1 to pay.

Here A1 is the amount you want to pay, the P1 is the frequency of payment, And T1 is the time period that you want to recur. Where D = Daily, M = Monthly, Y = yearly.

Try it. This can be helpful for you ..


Comments