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

# General

## Environments

Test using the sandbox environment, which doesn’t touch real money. Contact the Palomma team when you are ready for production release.

Production

```jsx theme={null}
https://api.palomma.com/v0
```

Sandbox

```jsx theme={null}
https://sandbox.api.palomma.com/v0
```

<Note>The sandbox environment will be erased periodically.</Note>

## Authentication

You should have received an API key from the onboarding process. Every request to the Palomma API should include an Authentication header.

```jsx theme={null}
Authentication: `Bearer ${apiKey}`;
```

## Limits

The default maximum limit per transaction for payins is `$2.000.000 COP`. For payouts it is `$5.000.000 COP`.

<Tip>
  Contact us if you need higher limits. We are happy to accomodate your business
  needs.
</Tip>

## Settlement Times

Once a payin operation is approved, the funds will become available to you the next business day. The exception is `Payin Links` with type `bancolombiaCollect`, which take two business days.
