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

# Cleo Pay: B2B Payments REST API Reference and Guides

> Cleo Pay lets you programmatically create invoices, manage vendor contacts, link bank accounts, and send ACH payments — all through a single REST API.

Cleo Pay is a B2B payments platform with a REST API that gives your business full programmatic control over your payables workflow. Create invoices, onboard vendors as contacts, link your bank accounts, and send or schedule ACH payments — all without leaving your own application.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Make your first API call and send a payment in under 10 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate every request with your Bearer token.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/payables/list">
    Explore every endpoint — payables, contacts, bank accounts, and payments.
  </Card>

  <Card title="Core Concepts" icon="book-open" href="/concepts/payables">
    Understand the Cleo Pay data model before you integrate.
  </Card>
</CardGroup>

## What you can build

<CardGroup cols={3}>
  <Card title="Payables" icon="file-invoice-dollar" href="/concepts/payables">
    Create and track invoices with line items, due dates, and status lifecycles.
  </Card>

  <Card title="Contacts" icon="address-book" href="/concepts/contacts">
    Manage vendors and payees with bank account and tax information.
  </Card>

  <Card title="Bank Accounts" icon="building-columns" href="/concepts/bank-accounts">
    Link business bank accounts via manual entry or Plaid, with micro-deposit verification.
  </Card>

  <Card title="Payments" icon="money-bill-transfer" href="/concepts/payments">
    Send ACH payments against invoices or directly to contacts, with scheduling support.
  </Card>

  <Card title="Scheduled Payments" icon="calendar-check" href="/guides/schedule-a-payment">
    Queue future-dated payments that execute automatically at 9:00 AM New York time.
  </Card>

  <Card title="Partial Payments" icon="circle-half-stroke" href="/guides/send-a-payment">
    Pay invoices in installments — Cleo Pay tracks the remaining balance automatically.
  </Card>
</CardGroup>

## Get started in 3 steps

<Steps>
  <Step title="Authenticate">
    Every Cleo Pay API request requires a Bearer token in the `Authorization` header. See [Authentication](/authentication) to get your token.
  </Step>

  <Step title="Add a bank account">
    Link the bank account your business will use to fund payments. You'll verify it with two small micro-deposits. See [Link a Bank Account](/guides/link-bank-account).
  </Step>

  <Step title="Send a payment">
    Create a payable (invoice) for your vendor and submit a payment against it, or send directly to a contact. See [Send a Payment](/guides/send-a-payment).
  </Step>
</Steps>
