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

# Accept Online

> Manage API applications, payment links, inventory, and plugins.

The **Accepter en ligne** (Accept Online) section provides all the tools you need to accept payments through digital channels.

## API — Applications

Each application (store) represents an API integration with its own credentials.

<Steps>
  <Step title="View your applications">
    Each store card displays the app name, active status, description, and tokens.
  </Step>

  <Step title="Copy your tokens">
    * **Public Token** — use in frontend API calls (safe to expose)
    * **Private Token** — click **"Afficher le token privé"** to reveal. Use only in your backend and keep it secret.

    <Warning>
      Never expose your private token in client-side code, public repositories, or browser-accessible files.
    </Warning>
  </Step>

  <Step title="Manage applications">
    * Use the **⋮ menu** on any card to edit or delete an application.
    * Click **"+ Nouvelle application"** to create a new store or environment.
  </Step>
</Steps>

## Payment links

Payment links let you accept payments without writing any code — just create a link and share it.

<Steps>
  <Step title="Create a link">
    Click **"+ Nouveau lien de paiement"** and fill in the customer name, description, amount, and expiry date.
  </Step>

  <Step title="Share the link">
    Send the generated link via WhatsApp, Messenger, email, or any other channel.
  </Step>

  <Step title="Track status">
    Monitor each link's status (Pending or Paid) in the list. Use the **⋯ Actions** menu to copy, share, or delete a link.
  </Step>
</Steps>

## Inventory

Manage your product or service catalog directly from the dashboard. Add, edit, or remove items and link them to payment links or terminal sales.

## Plugins

Integrate Flouci into your e-commerce platform with a ready-made plugin:

<CardGroup cols={3}>
  <Card title="WooCommerce" icon="wordpress">
    For WordPress-based online stores.
  </Card>

  <Card title="PrestaShop" icon="cart-shopping">
    For PrestaShop-powered shops.
  </Card>

  <Card title="Magento" icon="bag-shopping">
    For Magento storefronts.
  </Card>
</CardGroup>

Click **"Télécharger le plugin"** on the dashboard to download and install.
