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

> Troubleshoot common error scenarios and find answers to frequently asked questions about Razorpay PHP SDK.

<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>
</div>

<AccordionGroup>
  <Accordion title="Why is the Pay button not appearing on my website/app after completing the SDK integration?">
    The Pay button may not appear on your website/app if you are using an older SDK version. To resolve this, update the SDK with the latest version or replace the old lib/requests folder with the one from the latest SDK.
  </Accordion>

  <Accordion title="How do I integrate Razorpay with Laravel?">
    You can integrate Razorpay with Laravel using [Razorpay PHP SDK](/docs/sg/payments/server-integration/php) which is compatible with Laravel and other PHP frameworks.
  </Accordion>
</AccordionGroup>
