> ## 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.

# Frequently Asked Questions (FAQs)

> Find answers to frequently asked questions about Razorpay Invoices.

<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="Can I raise GST-compliant invoices using Razorpay Invoices?">
    Yes, you can raise both non-GST and GST-compliant invoices using Razorpay Invoices. You can use the Dashboard to create non-GST and GST compliant invoices. Using APIs, you can only create a non-GST invoice. Know more about [creating an invoice](/docs/payments/invoices/create).
  </Accordion>

  <Accordion title="Can I raise invoices in international currency using Razorpay Invoices?">
    Yes, you can create non-GST invoices in any of the [supported international currencies](/docs/payments/international-payments#supported-currencies) using the Dashboard or APIs.
  </Accordion>

  <Accordion title="I have raised an invoice. How do I make changes to it?">
    You can make any changes to an invoice in `draft` status. Know more about [updating an invoice](/docs/payments/invoices/update).

    <Info>
      **Handy Tips**

      If an invoice is issued to a customer, you can make only limited changes such as Expiry Date, Customer Comments and Terms and Conditions. If you need to make other changes to an `issued` invoice, [cancel the invoice](/docs/payments/invoices/cancel) and [create a new invoice](/docs/payments/invoices/create) with the revised details. However, you can cancel an **unpaid** issued invoice.
    </Info>
  </Accordion>

  <Accordion title="I want to set a date by which the customer should make the payment. How do I do that?">
    You can set an Expiry Date for invoices. The customer should make a payment against the invoice within this Expiry Date. The customer cannot make payments for an expired invoice. Know more about [setting Expiry Date for an invoice](/docs/payments/invoices/create#create-an-invoice-from-dashboard/).
  </Accordion>

  <Accordion title="What is the difference between Issue Date and Expiry Date?">
    See: [Glossary](/docs/payments/invoices/glossary)
  </Accordion>

  <Accordion title="The customer wants to make payments in parts. How do I raise such invoices?">
    You can allow partial payments on invoices while raising an invoice or updating an invoice. The customers can also view the history of partial payments they have made by clicking the invoice link shared with them. Know more about [creating an invoice](/docs/payments/invoices/create) and [updating an invoice](/docs/payments/invoices/update).
  </Accordion>

  <Accordion title="What are the various payment methods available to the customer?">
    A wide range of payment options is available to the customer. Know more about [list of supported payment methods](/docs/payments/invoices#list-of-supported-payment-methods/).
  </Accordion>

  <Accordion title="Where do I track the invoices and their status?">
    You get instant notifications about the invoices. You can also subscribe to webhook events and generate reports. Know more about [tracking invoices and viewing reports](/docs/payments/invoices/how-it-works#step-4-track-invoices-and-reports/).
  </Accordion>

  <Accordion title="The customer wants a hard copy of the invoice.">
    Your customers can download a PDF copy of the invoice sent to them via email. Open the invoice and click **Download PDF**.
  </Accordion>

  <Accordion title="Can I add more than one billing address for a customer?">
    You can add a maximum of three billing addresses for one customer ID.
  </Accordion>

  <Accordion title="What is the maximum permissible amount limit that can be accepted from payments across all Razorpay Invoices?">
    The maximum permissible amount limit that can be accepted from payments across all Razorpay Invoices is ₹5,00,000, which cannot be increased.
  </Accordion>

  <Accordion title="Can I use Razorpay to automatically generate invoices/receipts for customers after they complete payment on my mobile app or website?">
    No, [Razorpay Invoices](/docs/payments/invoices) is designed to initiate and collect payments, not to generate accounting invoices or receipts after payment completion.
  </Accordion>
</AccordionGroup>
