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

# Shopify

> Add Quickei payments to your Shopify store

<Info>
  The Shopify integration is **coming soon**. Join the waitlist to be notified when it's available.
</Info>

## What to Expect

The Quickei Shopify app will let you accept QR code and payment page payments directly in your Shopify checkout flow.

### Planned Features

<CardGroup cols={2}>
  <Card title="Checkout Integration" icon="cart-shopping">
    Quickei appears as a payment option at Shopify checkout — customers pay via QR code or payment page.
  </Card>

  <Card title="Order Sync" icon="arrows-rotate">
    Orders update automatically when payments are confirmed, expired, or refunded via webhooks.
  </Card>

  <Card title="Multi-Currency" icon="coins">
    Accept payments in any currency supported by your Quickei merchant wallets.
  </Card>

  <Card title="Refund Support" icon="rotate-left">
    Process refunds from the Shopify admin — automatically reflected in Quickei.
  </Card>
</CardGroup>

## Current Alternative

While the Shopify app is in development, you can integrate Quickei using the [POS API](/pos-api/01-overview) directly:

1. Create orders via `POST /orders` when a customer checks out
2. Display the QR code or redirect to the payment page
3. Handle `pos.order.paid` webhooks to update your Shopify order via the [Shopify Admin API](https://shopify.dev/docs/api/admin-rest)

<Tip>
  Need this integration sooner? [Contact our team](https://quickei.io/contact) — we can help you build a custom integration using the POS API.
</Tip>
