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

# Pay overview

> Digital wallets, transactions, and payment integrations.

# Pay overview

**Fluide Pay** provides digital wallets, ledger transactions, and integrations with external payment providers.

## Base path

`/api/v1/payments/*`

Authorize requests with your developer credentials — see [Authorization](/getting-started/authorization).

## What you can build

| Area         | Description                                       |
| ------------ | ------------------------------------------------- |
| Wallets      | PRIMARY, SAVINGS, ESCROW, and other account types |
| Transactions | Transfers, deposits, and payment lifecycle        |
| Providers    | Ecobank, mobile money, and other supported rails  |

Some transactions complete asynchronously. Poll status endpoints or use webhooks where your integration supports them — see [Pay API reference](/api-reference/pay).

<CardGroup cols={2}>
  <Card title="Pay quickstart" icon="rocket" href="/pay/quickstart">
    Verify access and list wallets.
  </Card>

  <Card title="Pay API reference" icon="code" href="/api-reference/pay">
    Endpoints, schemas, and interactive playground.
  </Card>
</CardGroup>
