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

# Environments

> Use the correct Saapay Business API base URL and request conventions.

## Production

```text theme={"system"}
https://api.business.saapay.cm
```

## Conventions

| Convention     | Value                                                        |
| -------------- | ------------------------------------------------------------ |
| Request body   | JSON with `Content-Type: application/json`                   |
| Response body  | JSON                                                         |
| Amounts        | Decimal strings, for example `"10000"` or `"25.00"`          |
| Country codes  | ISO 3166-1 alpha-2, for example `CM`, `SN`, `CI`             |
| Currency codes | ISO 4217 — payins, payouts, and transfers use `XAF` or `XOF` |
| Phone numbers  | E.164 recommended, for example `+237670000000`               |
| Rail type      | `mobile_money` or `bank_transfer`                            |

<Note>
  Operator and corridor availability can vary by merchant account. The coverage map lists platform-supported values; your account may support a subset.
</Note>
