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

# Troubleshooting & FAQs

> Find answers to frequently asked questions about building a custom plugin.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

<AccordionGroup>
  <Accordion title="How do I sign up for a test account?">
    You can sign up for a Razorpay account from the Dashboard sign up page. You don't need to submit any documents to access test mode. All to need to do is verify your email address.
    Refer to the [Set up your Razorpay Account](/docs/payments/set-up) page for more details.
  </Accordion>

  <Accordion title="How do I find SDKs for various languages?">
    We provide ready-to-use SDK packages for various languages. For a complete list of all available integrations, refer to the [Razorpay Integrations Page](https://razorpay.com/integrations/). If the language you prefer is not in the list, you can continue making the requests using CURL or HTTP package of that particular language.
  </Accordion>

  <Accordion title="How to create a Razorpay API instance?">
    Refer to the the README file of that particular SDK for these details.
  </Accordion>

  <Accordion title="How do I find my Razorpay credentials?">
    The email and password is only used to log in to the Dashboard.
    To authenticate APIs, you will need to generate a `Key_ID` and `Key_Secret`. You can generate these from the **Settings** section of your Dashboard.
    [Generate API Keys](/docs/api/authentication#generate-api-keys) from the Dashboard.
  </Accordion>

  <Accordion title="How do I find the base URL for Razorpay API?">
    The current Razorpay API is versioned at v1, so all requests should be made to `https://api.razorpay.com/v1/`.
  </Accordion>

  <Accordion title="How do I find sample code for my language?">
    We have sample applications for many languages all of which can be found on the [Razorpay Integrations Page](https://razorpay.com/integrations/).
  </Accordion>
</AccordionGroup>
