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

# Developer Hub

> APIs, SDKs, and integration guides for every stage of your build — from first call to production launch.

<div
  style={{
background: "#000000",
borderLeft: "4px solid #23ad4b",
borderRadius: "8px",
padding: "28px 32px",
marginBottom: "24px",
position: "relative"
}}
>
  <div
    style={{
fontSize: "11px",
fontWeight: "700",
color: "#23ad4b",
textTransform: "uppercase",
letterSpacing: "0.12em",
marginBottom: "8px"
}}
  >
    Ingo Payments · Developer Hub
  </div>

  <div
    style={{
fontSize: "24px",
fontWeight: "700",
color: "#ffffff",
lineHeight: "1.2",
marginBottom: "8px"
}}
  >
    Build the future of <span style={{ color: "#23ad4b" }}>intelligent disbursements</span>
  </div>

  <div
    style={{
fontSize: "13px",
fontWeight: "300",
color: "#b1b4b6",
lineHeight: "1.6",
marginBottom: "20px",
maxWidth: "520px"
}}
  >
    APIs, SDKs, and integration guides for every stage of your build — from first call to production launch.
  </div>

  <div style={{ display: "flex", gap: "12px" }}>
    <a href="/docs/hub/quick-start" style={{
          background: "#23ad4b",
          color: "#ffffff",
          fontWeight: "700",
          fontSize: "13px",
          padding: "8px 20px",
          borderRadius: "4px",
          textDecoration: "none"
        }}>Quick Start →</a>
    <a href="/docs/ingopay/overview" style={{
          background: "transparent",
          color: "#b1b4b6",
          fontWeight: "400",
          fontSize: "13px",
          padding: "8px 20px",
          borderRadius: "4px",
          border: "1px solid rgba(255,255,255,0.2)",
          textDecoration: "none"
        }}>View API Reference</a>
  </div>
</div>

<Tip>
  **Ingo Banking Platform is now live.** Routable accounts, card issuance,
  KYC/KYB, and ledger management for fintech programs — available to beta
  clients today. [See what's new →](/docs/banking/overview)
</Tip>

## Choose your integration path

Every Ingo Payments product is built on the same HMAC-SHA512 authenticated
REST foundation. Choose the product that fits your architecture — or combine
them to build end-to-end disbursement workflows.

<CardGroup cols={2}>
  <Card title="IngoPay API" icon="bolt" href="/docs/ingopay/overview">
    **API · Direct integration**

    Push payments via card, ACH, check, PayPal, Venmo, and BillPay.
    Full verify → process → webhook lifecycle. Best for teams that
    want direct API control over every disbursement.
  </Card>

  <Card title="Embedded Account Capture" icon="window" href="/docs/iframe/overview">
    **SDK · Drop-in UI**

    PCI-compliant iFrame SDK for recipient account tokenization.
    Zero card data on your servers — Ingo returns a
    `customer_account_token` for future process calls.
  </Card>

  <Card title="Notify — Classic" icon="bell" href="/docs/notify-classic/overview">
    **SaaS · Single recipient**

    Managed recipient engagement for disbursements. Ingo handles
    authentication, identity verification, OFAC screening, and
    risk controls on your behalf.
  </Card>

  <Card title="Notify — Managed Parties" icon="users" href="/docs/notify-managed/overview">
    **SaaS · Orchestrated flow**

    Everything in Notify — Classic, plus full party orchestration
    across recipients, approvers, and joint recipients with role
    delegation and engagement lifecycle management.
  </Card>
</CardGroup>

<Card title="Ingo Banking Platform" icon="building-columns" href="/docs/banking/overview">
  **BaaS · Now live**

  Routable bank accounts, debit cards, KYC/KYB, and ledger management
  for fintech programs. Full Banking-as-a-Service API — live with beta
  clients today and scaling rapidly. Contact your integration manager
  to get started.
</Card>

***

<CardGroup cols={2}>
  <Card title="Partnership Onboarding" icon="handshake" href="/docs/hub/partnership-onboarding">
    What to expect during onboarding.
  </Card>

  <Card title="Product & Risk" icon="gear" href="/docs/hub/product-risk-configurations">
    Client-level risk and product config options.
  </Card>

  <Card title="Legal" icon="scale-balanced" href="/docs/hub/legal">
    Terms of service and legal docs.
  </Card>

  <Card title="Compliance" icon="clipboard-check" href="/docs/hub/compliance">
    PCI DSS, OFAC, SOC 2, and regulatory strength.
  </Card>
</CardGroup>
