=== Rimoswap Payments for WooCommerce ===
Contributors: rimoswap
Tags: woocommerce, cryptocurrency, bitcoin, usdt, payments
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later

Accept supported crypto through Rimoswap hosted checkout and automatically confirm WooCommerce orders with signed webhooks.

== Description ==

Rimoswap Payments redirects customers to a secure Rimoswap-hosted checkout. A signed webhook updates the WooCommerce order after payment. Both classic checkout and WooCommerce Checkout Blocks are supported.

Store currencies currently supported by the Rimoswap gateway are USD and NGN.

== Installation ==

1. Upload the plugin ZIP under Plugins > Add New > Upload Plugin.
2. Activate Rimoswap Payments for WooCommerce.
3. Open WooCommerce > Settings > Payments > Rimoswap.
4. Enter the API key and webhook signing secret from your Rimoswap Developers page.
5. Copy the webhook URL shown in the plugin settings into the webhook URL for that Rimoswap API key.
6. Enable the payment method and save.

== Security ==

API keys stay on the WordPress server. Webhooks are accepted only when their HMAC-SHA256 signature matches the configured signing secret. Order amount, currency and charge code are checked before an order is marked paid.

== Changelog ==

= 1.0.0 =
* Initial release.
* Hosted Rimoswap checkout.
* Signed webhook order confirmation.
* Classic and block checkout support.
* Charge reconciliation and cancellation.

