=== Utopia Payments for WooCommerce ===
Contributors: utopiapayments
Tags: payments, credit card, checkout, utopia, gateway
Requires at least: 6.3
Tested up to: 7.1
Requires PHP: 8.1
WC requires at least: 8.0
WC tested up to: 11.1
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Accept card payments through Utopia Payments' secure hosted checkout.

== Description ==

Utopia Payments is a payment processor for businesses that other providers turn away. This plugin adds it to your WooCommerce checkout:

* Customers pay on Utopia's secure hosted page, so card details never touch your store.
* Orders are marked paid from a signed webhook, and confirmed again with the API when the customer returns.
* Works with the classic and block-based checkout, and with WooCommerce's order tables (HPOS).

== Installation ==

1. Upload the `utopia-payments` folder to `/wp-content/plugins/` and activate the plugin.
2. In your Utopia dashboard, open **Developers** and create a secret API key.
3. In WooCommerce → Settings → Payments → Utopia Payments, enable the gateway and paste the key.
4. In the Utopia dashboard, add a webhook endpoint with the URL shown under **Webhook signing secret** (it ends in `/wp-json/utopia/v1/webhook`), then paste its `whsec_` secret into the plugin settings.

== Frequently Asked Questions ==

= Which currencies are supported? =

The currencies enabled for your Utopia account. The order is charged in the store currency.

= Does it support WooCommerce Subscriptions? =

Not yet. One-time payments are supported today.

== Changelog ==

= 0.1.0 =
* First release: hosted checkout, signed webhooks, API confirmation on return, block checkout support.
