=== FordBit WooCommerce Gateway ===
Contributors: fordbit
Tags: woocommerce, payment gateway, fordbit, 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 FordBit payments in WooCommerce with a lightweight redirect gateway.

== Description ==

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

Features:

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

== Installation ==

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

1. Upload the `FordBit_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 -> FordBit`.
5. Enable FordBit and enter:
   * FORDBIT_ID
   * FORDBIT_SECRET
   * Website ID
6. Copy the `Web Hook (Payment Notify URL)` and set it in your FordBit dashboard.

== Frequently Asked Questions ==

= Where do I get FordBit credentials? =

From FordBit.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. FordBit does not accept multiple payment to a single wallet id."

== Changelog ==

= 1.0.0 =
* Added FordBit WooCommerce gateway integration.
