> ## 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 some Frequently Asked Questions (FAQs) about Razorpay Orders.

<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>
  <span>🇸🇬 Singapore</span>
  <span>🇺🇸 United States</span>
</div>

<AccordionGroup>
  <Accordion title="What happens if an order is in the attempted state with an authorised payment id?">
    If an order is in the attempted state with the associated payment id in the authorised state, initiating another payment using the same order id is not allowed.
  </Accordion>

  <Accordion title="Can an order be attempted more than once?">
    No further payment requests are allowed once an order is in the paid state. Even if the payment associated with the order is refunded, the order remains in the paid state.
  </Accordion>

  <Accordion title="Can I view order details on the Dashboard?">
    Yes, you can [view the order details](/docs/sg/payments/orders/dashboard#view-order-details-from-dashboard) from the Dashboard.
  </Accordion>

  <Accordion title="What are the different states of an order?">
    An order can be in one of three states: Created, Attempted, or Paid. Know more about the [different states of an order](/docs/sg/payments/orders#order-states).
  </Accordion>
</AccordionGroup>
