Automatic bill creation is used when you want to create an installment when the customer purchases a product from your site. It allows you to decide which products, when purchased, should start the automatic rebilling process.
When a customer orders a product from your shop, VPCART checks to determine if this is an installment product by looking at the following new fields in the products record. The most important is billinginstallments. If this value is anything but zero, then VPCART will generate a billing record to start the recurring payment facility.
billprice |
The amount to be billed. |
billinstallments |
A number representing the number of installments. For example, 12 will mean that this customer should be billed 12 times. |
billinstallmenttype |
One of the following words:
Day Week Month Year
For example, if Month is in this field, the person will be billed once per month for 12 months. |
Billinterval |
A number (for example 1). This is the interval between bills in the same units as above. |