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

# Partner Portal Overview

> The EASYCRED Partner Platform enables DSA and channel partners to submit leads, track applications, and manage commission payouts.

## What is the EASYCRED Partner Platform?

The EASYCRED Partner Platform enables **DSA (Direct Selling Agent)** and channel partners to submit customer loan leads, track application lifecycles across multiple digital lenders, and manage commission payouts.

<Info>
  EASYCRED operates under RBI digital lending guidelines. All partner registrations are **invitation-only** to ensure compliance.
</Info>

## Two Ways to Integrate

Partners can interface with EASYCRED through two channels:

<CardGroup cols={2}>
  <Card title="DSA Web Portal" color="#4f46e5" icon="layout-dashboard" href="/introduction-partner-portal">
    A responsive UI for manual lead submission, document upload, offer selection, and payout tracking. No coding required.
  </Card>

  <Card title="Headless API" color="#0ea5e9" icon="terminal" href="/untitled-page">
    A secure REST API for partners with custom CRM systems to programmatically submit leads, poll application states, select lender offers, and receive event webhooks.
  </Card>
</CardGroup>

***

## Partner Portal — At a Glance

<CardGroup cols={2}>
  <Card title="Account Onboarding" icon="user-plus" href="/onboarding">
    Invitation-only registration, admin approval, and DSA code assignment.
  </Card>

  <Card title="Dashboard" icon="gauge" href="/dashboard">
    Real-time metrics — total leads, active applications, sanctions, and commissions.
  </Card>

  <Card title="Lead Capture" icon="file-plus" href="/lead-capture">
    Submit customer loan applications with personal, employment, and loan details.
  </Card>

  <Card title="Lead Tracking" icon="activity" href="/leads-and-applications">
    Track every application status from `NEW` through to `SANCTIONED` or `REJECTED`.
  </Card>

  <Card title="Lender Offers" icon="handshake" href="/lender-offers">
    View and select lender credit offers, EMI details, and disbursal references.
  </Card>

  <Card title="Commissions" icon="indian-rupee" href="/pricing">
    Track pending, approved, and paid commission payouts.
  </Card>
</CardGroup>

***

## Base URLs

| Environment    | URL                                                         |
| -------------- | ----------------------------------------------------------- |
| Partner Portal | `https://partners.easycred.co.in`                           |
| API Gateway    | `https://api.easycred.in/api/v1/partner`                    |
| OpenAPI Spec   | `GET https://api.easycred.in/api/v1/openapi.json` (no auth) |
