> ## 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.

# Create repricing agreements

> Endpoints for creating repricing agreements

## Endpoints

<CardGroup cols={2}>
  <Card title="Create a new price agreement" icon="arrow-right" href="/payment/api/create-repricing-agreements/create-a-new-price-agreement" horizontal>
    **POST** /v1/priceagreement
  </Card>

  <Card title="Create a new price agreement period" icon="arrow-right" href="/payment/api/create-repricing-agreements/create-a-new-price-agreement-period" horizontal>
    **POST** /v1/priceagreement/\{id}/period
  </Card>

  <Card title="Link accounts to agreement" icon="arrow-right" href="/payment/api/create-repricing-agreements/link-accounts-to-agreement" horizontal>
    **POST** /v1/priceagreement/\{id}/link
  </Card>
</CardGroup>
