WooCommerce
Crypto checkout for WooCommerce stores — classic and block checkout.
Requires: WordPress 6.5+, WooCommerce 8.2+, PHP 7.4+
https://your-store.com/?wc-api=stabloraOrders are marked paid only after a signed webhook and a server-side status check.
A reversed payment puts the order back on hold; nothing is refunded automatically.
- 1Download the ZIP below.
- 2In WordPress go to Plugins → Add New → Upload Plugin, choose the ZIP and click Install Now, then Activate “Stablora for WooCommerce”.
- 3Set the store currency to USD in WooCommerce → Settings → General.
- 4Open WooCommerce → Settings → Payments → Stablora (Sandbox / Testnet), fill in the settings below, enable the gateway and save.
- 5Copy the webhook URL shown there into Stablora Settings → Webhook destination.
- 6Place a test order and pay it with faucet coins on the testnet you configured.
| API base URL | http://localhost:3000/api/v1 |
| Secret API key | qk_test_… from Developers → API keys, with the read and payments permissions |
| Webhook signing secret | From Developers → Webhook secret in your Stablora dashboard |
| Network / asset | The testnet coin that settles the USD price, e.g. sepolia / ETH or tron-nile / USDT |
| Invoice expiration | 5–1440 minutes, default 60 |
Full guide: plugins/woocommerce-stablora/README.md