> ## 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.

# Description

> Wallets, transactions, and payment provider integrations.

The **Pay API** provides digital wallets, transactions, and integrations with external payment providers.

## Base path

`/api/v1/payments`

## Authorization

Developer JWT + API key on every request. See [Authorization](/getting-started/authorization).

## Operations and monitoring

| Endpoint                       | Purpose                  |
| ------------------------------ | ------------------------ |
| `GET /api/v1/payments`         | Service root             |
| `GET /api/v1/payments/metrics` | Prometheus scrape target |

## Typical integration flow

1. Provision or fetch wallet accounts for your organization
2. Initiate transactions or provider payments
3. Poll transaction status or subscribe to async events where available

<CardGroup cols={2}>
  <Card title="Pay product guide" icon="credit-card" href="/pay/overview">
    Wallet types, providers, and async settlement.
  </Card>

  <Card title="How-to guides" icon="book-open" href="/guides/pay/first-payroll-disbursement">
    Wallets, disbursement, and payment links.
  </Card>
</CardGroup>
