Allscale Checkout is a WordPress plugin (built as a WooCommerce payment gateway) that lets your customers pay with crypto while funds settle instantly as USDT stablecoin directly to your wallet — Allscale never holds your money.
allscale-checkout.This plugin connects to Allscale’s API at https://openapi.allscale.io so your customers’ payments can be created, confirmed, and settled to your wallet. Specifically:
What is sent to Allscale, and when:
GET /v1/test/ping request — verifies the credentials are correct without sending order data.POST /v1/checkout_intents/ with the order’s total amount in cents, currency (or stable-coin enum), your store’s order number, an order description (the names of items in the cart, truncated), the customer’s WooCommerce user ID and billing name, and the WooCommerce thank-you URL to redirect them back to after payment.GET /v1/checkout_intents/{id} to read the on-chain transaction details and reconcile the order.What Allscale sends back, and when:
https://your-site.com/wc-api/allscale_checkout containing the transaction hash, chain ID, the on-chain settled amount in USDT, and the payment method type. The plugin verifies the HMAC-SHA256 signature before applying any state change.Service terms and privacy:
Using this plugin makes your WooCommerce store an integration partner of Allscale. By installing and configuring it, you agree to Allscale’s terms.
This plugin does not collect any analytics, telemetry, or user data on its own. It does not “call home” to allscale-io or any third party other than the Allscale API documented above.
Personal data this plugin transmits to Allscale for the purpose of processing each order:
Personal data this plugin stores locally in the WordPress database, on each order:
No card numbers, no wallet seed phrases, no private keys, and no email addresses are sent or stored by this plugin.