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

# AuxPay Payment Gateway

> Install, configure, and use AuxPay’s WooCommerce payment gateway plugin.

Use AuxPay to accept Credit Card, ACH, and Text‑to‑Pay in WooCommerce. This guide covers setup, fees, refunds, webhooks, and troubleshooting.

<CardGroup cols={2}>
  <Card title="Install & Activate" icon="download" href="/integrations/woocommerce/install-activate">
    Add the plugin to WordPress and activate it
  </Card>

  <Card title="Configure" icon="sliders" href="/integrations/woocommerce/configure">
    Connect API URL/Key, test mode, logs, fees
  </Card>

  <Card title="Payment Methods" icon="credit-card" href="/integrations/woocommerce/payment-methods">
    Card, ACH, and Text‑to‑Pay behavior
  </Card>

  <Card title="Fees & Refunds" icon="receipt" href="/integrations/woocommerce/fees">
    Convenience fees and issuing refunds
  </Card>

  <Card title="Webhooks" icon="link" href="/integrations/woocommerce/webhooks">
    Text‑to‑Pay and refund webhooks
  </Card>

  <Card title="Testing & Troubleshooting" icon="wrench" href="/integrations/woocommerce/testing">
    Sandbox flow and common fixes
  </Card>
</CardGroup>

## Requirements

* WordPress 6.0+, WooCommerce 7.0+, PHP 7.2+
* AuxPay API URL and API Key
* Public HTTPS site (for webhooks)

<Callout type="info">
  Looking for the API? See the API Reference tab for endpoints and schemas.
</Callout>
