> ## 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 send payouts and manage bank transfers with Novac.

## Overview

Payouts allow you to transfer funds seamlessly to bank accounts. You can retrieve supported banks, verify recipient accounts, initiate transfers, track transactions, and check available balances. This section provides all endpoints required for managing outgoing payments.

***

## Quick Actions

<CardGroup cols={2}>
  <Card title="Retrieve Payout Banks" icon="building" href="/api-reference/payouts/retrieve-payout-banks">
    Fetch a list of all supported banks for payouts.
  </Card>

  <Card title="Verify Bank Account" icon="user-check" href="/api-reference/payouts/verify-bank-account">
    Confirm the validity of a recipient’s bank account.
  </Card>

  <Card title="Initiate Transfer" icon="paper-plane" href="/api-reference/payouts/initiate-transfer">
    Send money to a verified recipient’s bank account.
  </Card>

  <Card title="Retrieve Bank Transaction" icon="list" href="/api-reference/payouts/retrieve-bank-transaction">
    Fetch details of a payout transaction.
  </Card>

  <Card title="Retrieve Balance" icon="wallet" href="/api-reference/payouts/retrieve-balance">
    Check your Novac account balance before payouts.
  </Card>
</CardGroup>
