> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Instalment Operations

## Endpoints

<CardGroup cols={2}>
  <Card title="Create an instalment" icon="arrow-right" href="/payment/api/instalment-controller/create-an-instalment" horizontal>
    **POST** /v1
  </Card>

  <Card title="Close an existing instalment plan" icon="arrow-right" href="/payment/api/instalment-controller/close-an-existing-instalment-plan" horizontal>
    **POST** /v1/\{instalmentId}/close
  </Card>

  <Card title="Get instalment plans for a given account" icon="arrow-right" href="/payment/api/instalment-controller/get-instalment-plans-for-a-given-account" horizontal>
    **GET** /v1/account/\{accountId}
  </Card>

  <Card title="Get instalment portions" icon="arrow-right" href="/payment/api/instalment-controller/get-instalment-portions" horizontal>
    **GET** /v1/\{instalmentId}/portions/
  </Card>

  <Card title="Get Instalment by id" icon="arrow-right" href="/payment/api/instalment-controller/get-instalment-by-id" horizontal>
    **GET** /v1/\{instalmentId}
  </Card>

  <Card title="Get Instalment by transactionId" icon="arrow-right" href="/payment/api/instalment-controller/get-instalment-by-transactionid" horizontal>
    **GET** /v1/transaction/\{transactionId}
  </Card>
</CardGroup>
