=== Furety Checkout ===
Contributors: gusgraph
Tags: crypto payments, woocommerce, checkout, payment gateway, ecommerce
Requires at least: 6.8
Tested up to: 6.9
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Add Furety hosted crypto checkout buttons and WooCommerce checkout support.

== Description ==

Furety Checkout helps WordPress and WooCommerce merchants add a hosted crypto checkout flow to their sites.

The plugin supports:

* A WordPress shortcode for checkout buttons.
* WooCommerce payment gateway registration.
* Hosted checkout session creation through Furety Payments.
* Customer payment choices including FTY, ETH, BTC, USDC, and USDT where supported by the merchant configuration.
* Merchant-controlled receiving wallet configuration inside the Furety merchant dashboard.

Furety Checkout is payment software. It does not store private keys, does not custody merchant funds, and does not create investment, staking, lending, yield, or guaranteed-return products.

= External service disclosure =

This plugin connects to the Furety hosted checkout service at https://furety.com.

When a customer starts checkout, the plugin sends checkout session data to Furety, including the merchant public key, order amount, order currency, order ID, order description, success URL, cancel URL, selected payment currency, and, when available, customer email for checkout records.

Furety service pages:

* Service: https://furety.com/payments
* Merchant signup: https://furety.com/merchant/register
* Privacy policy: https://furety.com/privacy
* Terms: https://furety.com/terms

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/furety-checkout` or install the plugin ZIP from the WordPress admin plugin installer.
2. Activate the plugin.
3. Go to Settings > Furety Checkout.
4. Add your Furety merchant public key.
5. Choose the default payment currency.
6. For WooCommerce, enable Furety Checkout under WooCommerce > Settings > Payments.
7. For ordinary WordPress pages, add the shortcode:

`[furety_checkout_button amount="49.99" currency="USD" order_id="ORDER-1001" description="Order #1001"]`

== Frequently Asked Questions ==

= Do I need a Furety merchant account? =

Yes. Create a merchant account at https://furety.com/merchant/register and copy your merchant public key into the plugin settings.

= Does the plugin store private keys? =

No. The plugin stores only the merchant public key and display settings.

= Does Furety custody merchant funds? =

No. Furety Checkout is payment software. Merchant receiving wallet settings are controlled in the Furety merchant dashboard.

= Does this plugin promise investment returns? =

No. The plugin is for checkout and payment operations only. It does not provide staking, lending, yield, guaranteed returns, reflections, or investment promises.

= Does WooCommerce order status update automatically? =

The first version redirects customers to hosted checkout and marks WooCommerce orders as pending while payment is completed. Merchants should use Furety payment history and webhook configuration for production reconciliation.

== Screenshots ==

1. Furety Checkout settings page.
2. WooCommerce payment gateway option.
3. Hosted checkout button rendered on a WordPress page.

== Changelog ==

= 1.0.0 =

* Initial WordPress shortcode support.
* Initial WooCommerce gateway support.
* Hosted Furety Checkout session creation.
* Merchant public key settings.
