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

# Introduction

> Accept crypto payments on your WooCommerce store with CeyPay WordPress Plugin.

<Frame>
  <img src="https://mintcdn.com/ceypay/5NYmJoC0OuVJHrcR/images/assets/repo_cover.png?fit=max&auto=format&n=5NYmJoC0OuVJHrcR&q=85&s=cefc826f63ca6682e8695435ab3b41c8" alt="CeyPay WordPress Plugin" width="1702" height="610" data-path="images/assets/repo_cover.png" />
</Frame>

## What is CeyPay WordPress Plugin?

CeyPay WordPress Plugin is a WooCommerce payment gateway that enables your online store to accept cryptocurrency payments through popular platforms like **Bybit**, **Binance Pay**, and **KuCoin**.

Designed with both merchants and customers in mind, CeyPay provides a seamless checkout experience with real-time payment verification and automatic order processing.

## Supported Payment Providers

<CardGroup cols={3}>
  <Card>
    <div
      style={{
    display: "flex",
    justifyContent: "center",
    alignItems: "center",
    padding: "20px",
  }}
    >
      <img className="block dark:hidden" src="https://mintcdn.com/ceypay/KFIMU-H1dWfr-NU1/images/BybitPay.svg?fit=max&auto=format&n=KFIMU-H1dWfr-NU1&q=85&s=c81f99463ba12a30034bbe4d72f04898" alt="Bybit" style={{ height: "40px" }} width="563" height="121" data-path="images/BybitPay.svg" />

      <img className="hidden dark:block" src="https://mintcdn.com/ceypay/KFIMU-H1dWfr-NU1/images/BybitPay-Dark.svg?fit=max&auto=format&n=KFIMU-H1dWfr-NU1&q=85&s=f90ec6d33cfd43da3b49a805625d3064" alt="Bybit" style={{ height: "40px" }} width="563" height="121" data-path="images/BybitPay-Dark.svg" />
    </div>
  </Card>

  <Card>
    <div
      style={{
    display: "flex",
    justifyContent: "center",
    alignItems: "center",
    padding: "20px",
  }}
    >
      <img className="block dark:hidden" src="https://mintcdn.com/ceypay/KFIMU-H1dWfr-NU1/images/BinancePay.svg?fit=max&auto=format&n=KFIMU-H1dWfr-NU1&q=85&s=e1e5e2b01136035288029ffc73024797" alt="Binance Pay" style={{ height: "40px" }} width="577" height="85" data-path="images/BinancePay.svg" />

      <img className="hidden dark:block" src="https://mintcdn.com/ceypay/KFIMU-H1dWfr-NU1/images/BinancePay-Dark.svg?fit=max&auto=format&n=KFIMU-H1dWfr-NU1&q=85&s=103e27848a3df6a49a9a696b951e2bbe" alt="Binance Pay" style={{ height: "40px" }} width="577" height="85" data-path="images/BinancePay-Dark.svg" />
    </div>
  </Card>

  <Card>
    <div
      style={{
    display: "flex",
    justifyContent: "center",
    alignItems: "center",
    padding: "20px",
  }}
    >
      <img className="block dark:hidden" src="https://mintcdn.com/ceypay/KFIMU-H1dWfr-NU1/images/Kucoin.svg?fit=max&auto=format&n=KFIMU-H1dWfr-NU1&q=85&s=81ac1c74bacb8348ce37871b984084ba" alt="KuCoin" style={{ height: "40px" }} width="491" height="80" data-path="images/Kucoin.svg" />

      <img className="hidden dark:block" src="https://mintcdn.com/ceypay/KFIMU-H1dWfr-NU1/images/Kucoin-Dark.svg?fit=max&auto=format&n=KFIMU-H1dWfr-NU1&q=85&s=cae73a1ade1d1932fe37358c379d7178" alt="KuCoin" style={{ height: "40px" }} width="491" height="80" data-path="images/Kucoin-Dark.svg" />
    </div>
  </Card>
</CardGroup>

## Key Features

<CardGroup cols={2}>
  <Card title="Multi-Provider Support" icon="wallet">
    Accept payments from Bybit, Binance Pay, and KuCoin. Customers choose their
    preferred crypto wallet at checkout.
  </Card>

  <Card title="Real-Time Verification" icon="bolt">
    Payments are verified in real-time through webhooks and polling, ensuring
    orders are processed immediately.
  </Card>

  <Card title="Mobile Optimized" icon="mobile">
    Deep linking support automatically opens the customer's crypto wallet app on
    mobile devices.
  </Card>

  <Card title="WooCommerce Blocks" icon="cube">
    Full compatibility with WooCommerce Blocks checkout for modern storefronts.
  </Card>

  <Card title="Test Mode" icon="flask">
    Built-in test mode with payment simulation for safe integration testing.
  </Card>

  <Card title="Secure Webhooks" icon="shield-check">
    HMAC-SHA256 signed webhooks ensure payment notifications are authentic.
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Customer Selects CeyPay">
    At checkout, the customer selects CeyPay as their payment method and clicks
    "Place Order".
  </Step>

  <Step title="Choose Crypto Provider">
    A modal appears where the customer selects their preferred crypto wallet
    (Bybit, Binance, or KuCoin).
  </Step>

  <Step title="Scan QR Code">
    A QR code is generated for the selected provider. On mobile, a deep link
    button opens the wallet app directly.
  </Step>

  <Step title="Payment Confirmation">
    CeyPay monitors the payment status in real-time. Once confirmed, the order
    is automatically marked as complete.
  </Step>
</Steps>

## Requirements

Before installing CeyPay, ensure your environment meets these requirements:

| Requirement     | Version               |
| --------------- | --------------------- |
| WordPress       | 5.8 or higher         |
| WooCommerce     | 7.0 or higher         |
| PHP             | 7.4 or higher         |
| SSL Certificate | Required for webhooks |

<Note>
  Your website must be accessible from the internet with a valid SSL certificate
  for webhooks to function correctly.
</Note>

## Quick Links

<CardGroup cols={2}>
  <Card title="Download WordPress Plugin" icon="wordpress" href="/integrations/wordpress/quickstart#installation">
    Download the latest version of the CeyPay plugin.
  </Card>

  <Card title="Quickstart Guide" icon="rocket" href="/integrations/wordpress/quickstart">
    Get CeyPay installed and configured in minutes.
  </Card>

  <Card title="Configuration" icon="gear" href="/integrations/wordpress/configuration">
    Detailed settings reference for all CeyPay options.
  </Card>

  <Card title="Webhook Reference" icon="webhook" href="/integrations/wordpress/webhooks">
    Technical documentation for webhook integration.
  </Card>

  <Card title="Privacy & External Services" icon="shield-check" href="/integrations/wordpress/privacy">
    External services used and how data is handled.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/integrations/wordpress/troubleshooting">
    Common issues and their solutions.
  </Card>
</CardGroup>
