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

# Introduction

> Learn how to set up and manage split payments with Novac.

## Overview

Split Payment lets you automatically divide a single transaction's settlement between your primary account and one or more sub-settlement accounts. Useful for marketplaces, platforms, and any business that needs to share revenue with vendors or partners without manual reconciliation.

## Quick Actions

<CardGroup cols={2}>
  <Card title="Create Sub-settlement Account" icon="file-lines" href="/api-reference/split-payment/create-sub-settlement-account">
    Register a new sub-settlement account and define how its share of a transaction is split (flat amount or percentage).
  </Card>

  <Card title="Retrieve Sub-settlement Accounts" icon="file-lines" href="/api-reference/split-payment/get-sub-settlement-accounts">
    Fetch your current split payment settings, including all configured sub-settlement accounts.
  </Card>

  <Card title="Update Sub-settlement Account" icon="file-lines" href="/api-reference/split-payment/update-sub-settlement-account">
    Modify an existing sub-settlement account's split type, value, or account details.
  </Card>
</CardGroup>
