Hello Everyone,
We are looking to set up payment plans via our website for season ticket orders. Is there a way to set up the payment plan so that the initial amount, say 50% of the total is charged at the moment of checkout from the website versus any other way?
Chris
Check out the system table TR_BILLING_SCHEDULE - you should be able to define a new billing schedule that will force that - for example, you could create a new schedule based on the the existing Quarterly Payments (25%,25%,25%,25%) - 50%, 25%, 25%
For the API, you would call CreatePaymentPlan
Good luck!