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

# Overview

> Use Cashfree Platform APIs to onboard merchants, manage their lifecycle, and process payments inside your marketplace or SaaS application end to end.

Cashfree’s Platform APIs enable platforms to integrate payment solutions seamlessly within their applications or marketplaces. These APIs allow you to onboard merchants, manage their lifecycle, and process payments efficiently, following standard web conventions.

You can use these APIs to integrate a seamless payment experience into your platform, manage merchant details, and ensure compliance throughout the process.

<div class="row relative lowmhr">
  <div class="col-md-6">
    <div class="">
      <h4 class="text-gray-800 semibold dark:text-gray-500 pb-4">Merchant onboarding and management</h4>

      <div class="">
        <div>
          <a href="/docs/api-reference/platforms/latest/merchant-onboarding/create-merchant" class="text-cf bold">Create Merchant</a>

          <p style={{marginBottom: '0rem'}} class="text-gray-500 dark:text-gray-500">
            Use this API to create and onboard a new sub-merchant account to your platform with their business details and configuration.
          </p>
        </div>
      </div>

      ***

      <div class="">
        <div>
          <a href="/docs/api-reference/platforms/latest/merchant-onboarding/get-merchant-status" class="text-cf bold">Get Merchant Status</a>

          <p style={{marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
            Use this API to retrieve the current onboarding status and details of an existing sub-merchant account.
          </p>
        </div>
      </div>

      ***

      <div class="">
        <div>
          <a href="/docs/api-reference/platforms/latest/merchant-onboarding/update-merchant" class="text-cf bold">Update Merchant</a>

          <p style={{marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
            Use this API to update sub-merchant account details and configuration after initial onboarding.
          </p>
        </div>
      </div>
    </div>
  </div>

  <div class="col-md-6">
    <div class="">
      <h4 class="text-gray-800 semibold dark:text-gray-500 pb-4"> </h4>

      <div class="">
        <div>
          <a href="/docs/api-reference/platforms/latest/merchant-onboarding/upload-documents" class="text-cf bold">Upload Documents</a>

          <p style={{marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
            Use this API to upload required KYC and business documents for merchant verification and compliance.
          </p>
        </div>
      </div>

      ***

      <div class="">
        <div>
          <a href="/docs/api-reference/platforms/latest/merchant-onboarding/create-embeddable-onboarding-link-does-not-require-login" class="text-cf bold">Create Embeddable Onboarding Link</a>

          <p style={{marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
            Use this API to create a pre-built onboarding link for the sub-merchant account. Embed within your platform for KYC compliance.
          </p>
        </div>
      </div>

      ***

      <div class="">
        <div>
          <a href="/docs/api-reference/platforms/latest/merchant-onboarding/create-standard-onboarding-link-with-login-required-by-merchant" class="text-cf bold">Create Standard Onboarding Link</a>

          <p style={{marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
            Use this API to create a pre-built onboarding link for the sub-merchant account. Requires merchant login via password or OTP for secure access.
          </p>
        </div>
      </div>
    </div>
  </div>
</div>

## Getting started

Use the following resources to begin implementing Platform APIs:

<CardGroup cols={2}>
  <Card title="Product documentation" href="/partners/introduction" icon="book-open">
    Introduction to Partners and Platforms, partnership models, and key benefits
  </Card>

  <Card title="API setup" href="/api-reference/platforms/latest/merchant-onboarding/getting-started" icon="rocket">
    Base URLs, API keys, and steps to run your first Merchant Onboarding API request in test
  </Card>
</CardGroup>
