> ## Documentation Index
> Fetch the complete documentation index at: https://cashfreepayments-d00050e9-theme-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Started

> Explore Cashfree Payment Gateway and products available as part of Cashfree Payments suite

Cashfree's RESTful API provides a robust and flexible interface for integrating payment solutions into your applications. Most of the API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

To simplify integration, Cashfree offers SDKs in popular programming languages like. By using these SDKs, you can significantly reduce development time and effort. They provide pre-built libraries and functions to interact with the Cashfree API, handling authentication, request/response formatting, and error handling.

<Tip>
  We strongly recommend using SDKs to streamline the integration process and
  ensure optimal performance and security.
</Tip>

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

      <div class="">
        <div>
          <a href="/docs/api-reference/payments/latest/orders/create" class="text-cf bold">Create Order</a>

          <p style={{marginBottom: '0rem'}} class="text-gray-500 dark:text-gray-500">
            Generate a order to collect payments from your customers.
          </p>
        </div>
      </div>

      ***

      <div class="">
        <div>
          <a href="/docs/api-reference/payments/latest/orders/get" class="text-cf bold">Get Order</a>

          <p style={{marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
            Get status and details of an order created.
          </p>
        </div>
      </div>

      ***

      <div class="">
        <div>
          <a href="/docs/api-reference/payments/latest/payments/get-payments-for-order" class="text-cf bold">Get Payments</a>

          <p style={{marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
            Get status and details of payments customer has done for an order.
          </p>
        </div>
      </div>
    </div>
  </div>

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

      <div class="" s>
        <div>
          <a href="https://www.cashfree.com/devstudio/releases" class="text-cf bold">What's New</a>

          <p style={{marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
            Stay updated with the latest features and enhancements in Cashfree Payments API.
          </p>
        </div>
      </div>

      ***

      <div class="">
        <div>
          <a href="/docs/api-reference/payments/api-best-practices" class="text-cf bold">Best Practices for APIs</a>

          <p style={{marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
            Learn about best practices to follow while integrating with Cashfree Payments API.
          </p>
        </div>
      </div>
    </div>
  </div>
</div>
