CryptoPayment Gateway
CryptoPay enables virtual currency payments in WooCommerce via P2P, supporting Bitcoin, ETH, SOL, USDT, USDC, and more.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_crpay_checkouts | Stores crpay checkouts data created by this plugin. | Static |
| wp_crpay_customers | Stores crpay customers data created by this plugin. | Static |
| wp_crpay_settings | Stores crpay settings data created by this plugin. | Static |
| wp_crpay_transactions | Stores crpay transactions data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
woocommerce_cryptopayment_settings