> For the complete documentation index, see [llms.txt](https://docs.xyb.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyb.co/credit/create-and-manage-contracts/manage-credit-contracts-and-terms/how-to-configure-a-payment-holiday.md).

# How to Configure a Payment Holiday

A **payment holiday** allows a borrower to pause either the **principal**, the **interest**, or both components of their repayment for a defined number of months. This is useful in scenarios like short-term hardship, onboarding promotions, or grace periods.

To do this, you simply create a new term that starts from the month you want the holiday to begin. In that term, set how many months to skip principal, interest, or both.

1. **Add a New Term:** Go to the contract page, click **+New term**, and select **Payment holiday** from the dropdown.

   <br>

   <figure><img src="https://689052484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3cyJXtDL0DgAGdkhCKYE%2Fuploads%2Fy3CQoLmBrkeB7cTtKO5h%2Fimage.png?alt=media&amp;token=7416a811-1bd0-4eef-9e74-396e39444fcc" alt="" width="375"><figcaption></figcaption></figure>
2. **Select the Start Date:** Choose the date when the payment holiday should begin. For example, if **today is 10 December** and the customer’s **next regular payment date is 1 January**, select **1 January** as the start date of the payment holiday.<br>

   <figure><img src="https://689052484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3cyJXtDL0DgAGdkhCKYE%2Fuploads%2FgNkx9gGQi0avWSG3SwXP%2Fimage.png?alt=media&amp;token=1d03e3e9-c718-4ebb-ae36-21a79d08b904" alt=""><figcaption></figcaption></figure>
3. **Define the Pause Duration:** Now decide how many months to pause **principal** or **interest** repayments, and update the fields:

   * **First principal payback period -** number of months to skip principal payments.
   * **First interest payback period -**  number of months to skip interest payments.

   <br>

   <figure><img src="https://689052484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3cyJXtDL0DgAGdkhCKYE%2Fuploads%2FBDgWYhry7vPKRcafjElB%2Fimage.png?alt=media&amp;token=6904d383-c101-4e9e-b774-49aade54549d" alt=""><figcaption></figcaption></figure>

#### How Skipped Payments Are Handled

* If interest payments are skipped, all accrued interest during the payment holiday period is added to the first interest invoice after the holiday ends.
* If principal payments are skipped, the outstanding balance is amortised across the remaining payment periods after the holiday.

#### Examples:

**Example 1: Pause principal for 1 month (pay interest only)**

* Start date: January 1st
* First principal payback period: **1**
* First interest payback period: **0**

Result: January will have no principal payment, but interest will be paid. Regular principal resumes in February.

***

**Example 2: Pause both principal and interest for 2 months**

* Start date: January 1st
* First principal payback period: **2**
* First interest payback period: **2**

Result: No payments are made in January or February. All accrued interest during the payment holiday period is added to the first interest invoice after the holiday, and repayments resume in March.

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xyb.co/credit/create-and-manage-contracts/manage-credit-contracts-and-terms/how-to-configure-a-payment-holiday.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
