Accounting API
Instalment Plans
Update Instalment Plan
This API endpoint (POST) updates an existing instalment plan. If the request succeeds, it returns an Instalment Plan Object.
id * The id of the instalment plan to update.
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.