> For the complete documentation index, see [llms.txt](https://pivot-payment.gitbook.io/pivot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/payments/object/installment-object.md).

# Installment Object

```json
{
  "installment": {
    "enabled": "true",
    "availablePlans": [
      "3",
      "6",
      "9",
      "12"
    ],
    "plan": [
      "regular",
      "0%"
    ]
  }
}
```

**Detail Installment Object**

<table><thead><tr><th width="224.578125">Parameter</th><th width="110.9453125">Data Type</th><th width="125.1171875">Requirement</th><th>Description</th></tr></thead><tbody><tr><td>enabled</td><td>Boolean</td><td>O</td><td>Boolean value, if enabled then installment plan should be returned as response</td></tr><tr><td>availablePlans</td><td>Array of object</td><td>O</td><td>Available Installment plans, this data returned if installment plan is enabled.</td></tr><tr><td>plan</td><td>Object</td><td>M</td><td>Selected installment plan of the available installments, sent when confirming payment</td></tr></tbody></table>
