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

# Environments

> To make it easier to test and develop with Partna, we have built different Staging and Production environments.

## Staging environments

<AccordionGroup>
  <Accordion icon="money-bill-simple-wave" iconType="duotone" title="Collect & Onramp">
    | API Base URL                             | Redirect URL                       |
    | :--------------------------------------- | :--------------------------------- |
    | `https://staging-vouchers.ventogram.com` | `https://staging.ventogram.com/v1` |
  </Accordion>

  <Accordion icon="building-columns" iconType="duotone" title="Payout & Offramp">
    | API Base URL                         | Redirect URL |
    | :----------------------------------- | :----------- |
    | `https://staging-biz.coinprofile.co` | `N/A`        |
  </Accordion>
</AccordionGroup>

## Production environments

<AccordionGroup>
  <Accordion icon="money-bill-simple-wave" iconType="duotone" title="Collect & Onramp">
    | API Base URL                     | Redirect URL               |
    | :------------------------------- | :------------------------- |
    | `https://vouchers.ventogram.com` | `https://ventogram.com/v1` |
  </Accordion>

  <Accordion icon="building-columns" iconType="duotone" title="Payout & Offramp">
    | API Base URL                 | Redirect URL |
    | :--------------------------- | :----------- |
    | `https://biz.coinprofile.co` | `N/A`        |
  </Accordion>
</AccordionGroup>
