I am currently creating a paypal payment with recurring support. I want it
in such a way that there is an initial payment made.
Example :
- 30$ – initial payment
- 10$ – recurring monthly payment
The initial payment is charge upon checkout. I’m using the html standard
integration process.
Is it possible?
Yes, this is possible with Website Payments Standard (the ‘HTML standard integration process’ I assume you use). Simply include a trial period within the subscription, and start charging X days from when subscriptions ends.
See the subscription variables here.