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

# Service Environments

> Staging and production base URLs for the CommercePay API.

CommercePay provides two base URLs depending on the environment you're integrating against.

<CardGroup cols={1}>
  <Card title="Staging" icon="flask" type="warning">
    For testing and development.

    `https://staging-payments.commerce.asia/`
  </Card>

  <Card title="Production" icon="rocket" type="check">
    Live environment for real transactions.

    `https://payments.commerce.asia/`
  </Card>
</CardGroup>
