=== Cryptoway Payments ===
Contributors: San4es90, cryptoway
Tags: cryptocurrency, payment, woocommerce, crypto, bitcoin
Requires at least: 6.0
Tested up to: 7.0
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Accept cryptocurrency payments via Cryptoway for WooCommerce.

== Description ==

This plugin integrates the Cryptoway payment gateway into WooCommerce.
Customers can pay for orders in cryptocurrency directly on your store.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin in the "Plugins" section
3. Go to WooCommerce → Settings → Payments → Cryptoway
4. Enter your API Key ID and API Key Secret from the Cryptoway dashboard

== External Services ==

This plugin connects to the Cryptoway API (https://api.cryptoway.com) to process cryptocurrency payments in WooCommerce.

What the service is and what it is used for:
Cryptoway is a cryptocurrency payment processing service. This plugin uses its API to create payment invoices and receive payment status updates via webhooks.

What data is sent and when:
- When a customer places an order and selects Cryptoway as the payment method, the plugin sends the order amount, currency, order ID, and callback URL to the Cryptoway API to create a payment invoice.
- Cryptoway sends back payment status updates (webhooks) to your site when a payment is received or changes status.
- No personal customer data such as customer name, billing address, or email address is sent to Cryptoway by the plugin.

Service provider: Cryptoway
Terms of Service: https://cryptoway.com/ru/legal/terms
Privacy Policy: https://cryptoway.com/ru/legal/privacy
AML, KYC and KYT Policy: https://cryptoway.com/ru/legal/aml

== Changelog ==

= 1.0.0 =
* Initial release