I need to create a recurring payment that should process only twice. First, I need to get an advance amount and remaining amount should be payed in another date. Now, I would like to have the time reduces according to the initial payment date.
For instance, assume user purchases today then recurring will be set for 60 days, if user purchases tomorrow then it will charge in 59 days, then day after will be 58 days.
How to proceed with this?
Thanks for your time!