Accounting API
Instalment Plans

Create Instalment Plan

This API endpoint (POST) creates an instalment plan. If the request succeeds, it returns a Instalment Plan Object.

Body Parameters

label string * The label of the instalment plan.



interval integer * The interval of the instalment plan.



cycle string * The billing cycle of the instalment plan. The possible values are month, day, year and week.



instalments integer * The total number of instalments to collect.



upfront decimal The percent amount to be collected upfront.



interest decimal The interest rate to be collect.



countries array of strings (Country code) The country whitelist of the instalment.