
Gateway settings with usage, environment, protected API credentials, BTC/BCH controls, confirmations, and expiry.
Manatee adds one “Pay with crypto” method to WooCommerce checkout. Within it, customers can choose Bitcoin (BTC) or Bitcoin Cash (BCH). The plugin creates an asset-scoped payment, shows the returned address, amount, wallet URI, and local QR code, then updates the order from signed webhook events.
Manatee is non-custodial. The plugin does not hold customer funds, request wallet seeds or private keys, or run blockchain node logic inside WordPress. Bitcoin and Bitcoin Cash are available for testnet and mainnet payments; each asset requires a receive wallet configured for the selected API key network.
The plugin is built for merchants and developers who want to accept supported on-chain crypto payments while keeping checkout, order metadata, and webhook handling inside WordPress.
fiat_amount and fiat_currency./v1/btc/payments or /v1/bch/payments route.Before accepting payments, configure the gateway in WooCommerce > Settings > Payments > Crypto via Manatee:
https://api.manatee-api.io unless Manatee support tells you otherwise.The settings header shows remaining monthly confirmed mainnet payments and active webhook monitors by network. “Save, refresh and test connection” persists changed settings before sending a read-only GET /v1/usage request.
The API Key and Webhook Secret fields include reveal controls so an authorized WooCommerce administrator can verify the entered values before saving.
Use Test mode with a testnet Manatee API key before going live. Enable BTC or BCH only after configuring the corresponding receive wallet for that network in Manatee.
When switching to Live mode, use a mainnet Manatee API key, review the webhook secret, confirm that the webhook URL is reachable from the public internet, and test a low-value payment before opening the payment method to customers.
When a customer selects BTC or BCH, the plugin sends the WooCommerce fiat amount, currency, webhook URL, required confirmation count, expiry window, underpayment tolerance, and order reference to the corresponding Manatee API route.
The WooCommerce order stores asset, network, Manatee payment ID, payment address, satoshi amount, pricing metadata, environment mode, status, transaction ID, confirmations, and expiry.
Webhook events are verified with the X-Manatee-Signature, X-Manatee-Timestamp, and X-Manatee-Event-Id headers before order mutation.
This plugin connects to the Manatee Payment API to create and verify non-custodial BTC and BCH payments for WooCommerce orders.
When a customer chooses an asset, the plugin sends the order amount, currency, webhook URL, required confirmations, expiry, tolerance, and reference to the asset-specific API route. The API returns asset, network, payment ID, address, satoshi amount, exchange-rate metadata, expiry, and status.
The settings screen sends a briefly cached read-only usage request, and the merchant can refresh it with the connection-test action. When a pending order is cancelled, the plugin may send an asset-scoped cancellation request. Manatee sends signed webhook events back to update the order after detection or confirmation.
This service is provided by Manatee.
Privacy Policy: https://manatee-api.io/privacy-policy