=== FossilPay WooCommerce Gateway ===
Contributors: fossilpay
Tags: woocommerce, payment gateway, fossilpay, checkout, ecommerce
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Accept FossilPay payments in WooCommerce with a lightweight redirect gateway.

== Description ==

FossilPay WooCommerce Gateway lets you accept payments through FossilPay on your WooCommerce store.

Features:

* Redirect customers to FossilPay secure checkout.
* Configure FOSSILPAY_ID, FOSSILPAY_SECRET, and Website ID from WooCommerce settings.
* Provides a Payment Notify URL for your FossilPay dashboard.
* Handles FossilPay payment return and webhook callbacks.

== Installation ==

You can get FossilPay credentials from:
FossilPay.com -> My Sites -> Code

1. Upload the `FossilPay_Woocommerce` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Ensure WooCommerce is installed and activated.
4. Go to `WooCommerce -> Settings -> Payments -> FossilPay`.
5. Enable FossilPay and enter:
   * FOSSILPAY_ID
   * FOSSILPAY_SECRET
   * Website ID
6. Copy the `Web Hook (Payment Notify URL)` and set it in your FossilPay dashboard.

== Frequently Asked Questions ==

= Where do I get FossilPay credentials? =

From FossilPay.com -> My Sites -> Code

= What if a customer underpays? =

The order may be placed on hold with the message:
"Please contact support as your payment is partially done, pay the remaining by contacting support. FossilPay does not accept multiple payment to a single wallet id."

== Changelog ==

= 1.0.0 =
* Added FossilPay WooCommerce gateway integration.
