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

# Environments

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

## Production

```text theme={null}
https://api.business.bumxpress.com
```

## 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, for example `XAF`, `XOF`, `USD`, `UGX`    |
| 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>
