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

# Testing

> Test your payment integration in the sandbox environment

Cadana's sandbox environment lets you test your payment integration without processing real transactions. You can fund your wallet with test money, simulate payment failures, and verify your webhook handling.

**Sandbox host:** `https://dev-api.cadanapay.com`

<CardGroup cols={2}>
  <Card title="Sandbox & Testing" icon="flask-vial" href="/reference/sandbox">
    Funding your wallet, simulating payment failures, and test values
  </Card>

  <Card title="Webhooks" icon="bell" href="/reference/webhooks">
    Configure webhook endpoints to receive payment status updates
  </Card>
</CardGroup>
