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

# Get Started

> Explore Telr Payment Gateway and products available as part of Telr suite

Telr'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, Telr 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 Telr 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={{marginTop: '-1rem', 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={{marginTop: '-1rem', 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={{marginTop: '-1rem', 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={{marginTop: '-1rem', marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
            Stay updated with the latest features and enhancements in Telr 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={{marginTop: '-1rem', marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
            Learn about best practices to follow while integrating with Telr API.
          </p>
        </div>
      </div>
    </div>
  </div>
</div>
