I'm trying to achieve the following scenario using PayyPal:
We have a subscription with a trial period with price X. The subscription Purchase (Base) price is Y and the recurring price is Z. When the subscriber makes a purchase he should be billed with the trial price ( X). After the trial ends the subscriber will get billed with the purchase price ( Y). Then when the subscription period ends the recurring should happen and bill the customer with the recurring price (Z).
Example: 1. You Checkout 2. You get Billed with X USD ( Trial price ) 3. You Get billed with Y USD ( Base Price ) one time only. 4. You Get billed with Z USD ( Recurring Price )
Is this scenario possible? What is the best way to approach this?