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

# Integrations Overview

> Connect Quickei to your existing tools and platforms

Extend Quickei into your existing stack — e-commerce, ERP, messaging, or custom systems. Every integration uses the same secure API and webhook infrastructure.

## Available Integrations

<CardGroup cols={3}>
  <Card title="WooCommerce" icon="wordpress" color="#7F54B3" href="/integrations/02-woocommerce">
    Accept Quickei payments on your WordPress store with automatic order sync and refunds.
  </Card>

  <Card title="Odoo" icon="building" color="#714B67" href="/integrations/04-odoo">
    Sync orders, invoices, and accounting with your Odoo ERP. POS QR payments and auto-reconciliation.
  </Card>

  <Card title="ERPNext" icon="industry" color="#0089FF" href="/integrations/05-erpnext">
    Accept Quickei QR payments on invoices with automatic Payment Entry creation.
  </Card>

  <Card title="Telegram" icon="paper-plane" color="#0088cc" href="/integrations/06-telegram">
    Let users check balances, send money, and view history — all from a Telegram bot.
  </Card>

  <Card title="WhatsApp" icon="comment-dots" color="#25D366" href="/integrations/07-whatsapp">
    Banking via WhatsApp — balance checks, transfers, and currency exchange through conversation.
  </Card>

  <Card title="Payment Links" icon="link" color="#095367" href="/integrations/08-payment-links">
    Share payment links, profile pay pages, and bill splits — no integration needed.
  </Card>
</CardGroup>

## Coming Soon

<CardGroup cols={3}>
  <Card title="Shopify" icon="shop" color="#96BF48" href="/integrations/03-shopify">
    Add Quickei as a payment method in your Shopify store.
  </Card>

  <Card title="CRM" icon="users" color="#095367">
    Centralize customer data and track purchase history for targeted campaigns.
  </Card>

  <Card title="Zapier" icon="bolt" color="#FF4A00">
    Automate workflows between Quickei and 5,000+ apps with zero code.
  </Card>
</CardGroup>

## How Integrations Work

All integrations follow the same pattern:

<Steps>
  <Step title="Authenticate">
    Use your merchant API credentials (`client_id` / `client_secret`) to connect your platform to Quickei.
  </Step>

  <Step title="Create payments">
    Call the POS API or Payment Gateway API to generate QR codes, payment pages, or payment links.
  </Step>

  <Step title="Receive webhooks">
    Get real-time `pos.order.paid`, `pos.order.refunded`, and other events via HMAC-signed HTTP callbacks.
  </Step>

  <Step title="Reconcile">
    Update your system (orders, invoices, stock) based on webhook events. All integrations include signature verification.
  </Step>
</Steps>

## Integration Matrix

| Integration         | Auth Method | Webhooks      | QR Payments | Payment Pages | Auto-Reconciliation |
| ------------------- | ----------- | ------------- | ----------- | ------------- | ------------------- |
| **WooCommerce**     | API Keys    | HMAC-SHA256   | Yes         | Yes           | Yes                 |
| **Odoo**            | API Keys    | HMAC-SHA256   | Yes         | Yes           | Yes                 |
| **ERPNext**         | API Keys    | HMAC-SHA256   | Yes         | Yes           | Yes                 |
| **Telegram**        | Bot Token   | N/A           | Via links   | Via links     | N/A                 |
| **WhatsApp**        | Meta API    | Hub Signature | Via links   | Via links     | N/A                 |
| **Payment Links**   | N/A         | N/A           | Yes         | Yes           | Automatic           |
| **Custom Webhooks** | API Keys    | HMAC-SHA256   | N/A         | N/A           | Custom              |
