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

# Welcome to FinCode

> Enterprise-grade multitenant platform for remittance, digital lending, investment services, and crossboarder transaction switching.

<img className="block dark:hidden" src="https://mintcdn.com/fincode/8bMKpNvzhWMZ8TuP/images/image-hero.png?fit=max&auto=format&n=8bMKpNvzhWMZ8TuP&q=85&s=13eb06a39fb7df703c8289e9a57a475f" alt="FinCode Platform Hero" width="713" height="448" data-path="images/image-hero.png" />

<img className="hidden dark:block" src="https://mintcdn.com/fincode/8bMKpNvzhWMZ8TuP/images/image-hero.png?fit=max&auto=format&n=8bMKpNvzhWMZ8TuP&q=85&s=13eb06a39fb7df703c8289e9a57a475f" alt="FinCode Platform Hero" width="713" height="448" data-path="images/image-hero.png" />

## What is FinCode?

FinCode is a comprehensive multitenant financial services platform that powers remittance, digital lending, and investment operations. Built for scale, security, and complete tenant isolation, FinCode enables financial institutions, fintech companies, and money service businesses to launch and manage their services with enterprise-grade infrastructure.

Whether you're a bank looking to expand your digital offerings, a fintech startup building your first product, or an MSB seeking to modernize your operations, FinCode provides the infrastructure you need to succeed.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get your integration running in under 10 minutes with our step-by-step
    guide.
  </Card>

  <Card title="Authentication Guide" icon="key" href="/authentication">
    Learn about Server-to-Server auth, JWT tokens, and tenant-scoped access.
  </Card>

  <Card title="Architecture" icon="sitemap" href="/overview/architecture">
    Understand our multitenant architecture and security model.
  </Card>

  <Card title="API Reference" icon="code" href="/api/authentication">
    Explore our comprehensive API documentation with examples.
  </Card>
</CardGroup>

## Core Products

<CardGroup cols={3}>
  <Card title="Remittance" icon="money-bill-transfer" href="/remittance/overview">
    Cross-border money transfers with competitive FX rates, real-time tracking,
    and multi-corridor support.
  </Card>

  <Card title="Digital Lending" icon="hand-holding-dollar" href="/lending/loan-lifecycle">
    Automated loan underwriting, disbursement, and repayment management.
  </Card>

  <Card title="Investment" icon="chart-line" href="/investment/account-opening">
    Portfolio management, asset allocation, and investment tracking with
    real-time analytics.
  </Card>
</CardGroup>

## Platform Features

<AccordionGroup>
  <Accordion title="Multitenant Architecture" icon="buildings">
    Complete data isolation with tenant-specific configurations, branding, and
    business logic. Each tenant operates in a secure, isolated environment with
    customizable workflows and fee structures.
  </Accordion>

  <Accordion title="Role-Based Access Control" icon="users">
    Granular permissions for managers, agents, and end customers. Define custom
    roles, workflows, and approval chains per tenant with full audit trails.
  </Accordion>

  <Accordion title="Real-Time Processing" icon="bolt">
    Instant transaction processing, real-time FX rates, automated loan
    decisions, and immediate settlement capabilities powered by our Songhai
    Exchange (SHE) switching platform.
  </Accordion>

  <Accordion title="Comprehensive API" icon="webhook">
    RESTful APIs with webhook support, detailed documentation, and interactive
    testing. Built for developers with clear error handling and extensive code
    examples.
  </Accordion>

  <Accordion title="Compliance & Security" icon="shield-check">
    Built-in KYC/AML checks, transaction monitoring, regulatory reporting, and
    enterprise-grade security with encryption at rest and in transit.
  </Accordion>

  <Accordion title="Analytics & Reporting" icon="chart-mixed">
    Real-time dashboards, transaction analytics, tenant performance metrics, and
    customizable reports for operational insights.
  </Accordion>
</AccordionGroup>

## Developer Resources

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/api/authentication">
    OAuth 2.0, API keys, and tenant-scoped tokens for secure API access.
  </Card>

  <Card title="Error Handling" icon="triangle-exclamation" href="/integration/error-handling">
    Comprehensive error codes, retry logic, and troubleshooting guides.
  </Card>
</CardGroup>

## Get Started in 4 Steps

<Steps>
  <Step title="Set Up Authentication">
    Generate your API keys and configure OAuth 2.0 for secure access. [Get
    Started →](/authentication)
  </Step>

  <Step title="Send Your First Transaction">
    Follow our quickstart guide to process your first remittance. [Quick Start
    →](/quickstart)
  </Step>

  <Step title="Integrate Webhooks">
    Set up real-time notifications for transaction events. [Configure Webhooks
    →](/api/webhooks)
  </Step>
</Steps>

***

## Need Help?

<CardGroup cols={3}>
  <Card title="API Status" icon="signal" href="https://status.fincode.com">
    Check real-time system uptime.
  </Card>

  <Card title="Support" icon="lifebuoy" href="mailto:hello@fincode.co.uk">
    Contact our technical support team.
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/fincodeuk">
    Explore SDKs and code examples.
  </Card>
</CardGroup>
