Supported platforms
Each extension is open-source, MIT-licensed, and maintained by Finance District. It adds agent-commerce endpoints to your store — product discovery, checkout, and on-chain settlement — using the Universal Commerce Protocol (UCP) and, where noted, the Agentic Commerce Protocol (ACP). Full install and configuration instructions live in each repository.Saleor
UCP + ACP for your Next.js storefront. Published as npm packages — no changes to your Saleor backend.
Medusa
UCP + ACP as native Medusa v2 modules. Install, configure, start — no route files, no frontend.
Shopware
A UCP / x402 Prism payment handler for Shopware 6.7. Zero storefront or admin UI.
PrestaShop
UCP + Prism payment modules for PrestaShop 1.7.8, 8.x, and 9.x.
WooCommerce
A WordPress plugin set bringing UCP + Prism settlement to any WooCommerce 8.0+ store.
| Platform | Built as | Protocols | Requirements |
|---|---|---|---|
| Saleor | Next.js storefront SDK (npm) | UCP + ACP | Saleor + a Next.js storefront |
| Medusa | Medusa v2 backend plugin (npm) | UCP + ACP | Medusa v2, Node.js ≥ 20 |
| Shopware | Shopware 6.7 plugin (PHP) | UCP + x402 | Shopware ≥ 6.7.10, PHP ≥ 8.2 |
| PrestaShop | PrestaShop modules (PHP) | UCP + x402 | PrestaShop 1.7.8 / 8.x / 9.x |
| WooCommerce | WordPress plugin set (PHP) | UCP + x402 | WordPress 6.4+, WooCommerce 8.0+ |
All five extensions are available today. Each repository includes a quick-start
guide and a wiki covering architecture, configuration, and the full request
lifecycle.
How an integration works
However you install it, every Prism extension follows the same three-step path from install to your first agent payment:Install the extension for your platform
Add the plugin, module, or SDK from the platform’s repository above — npm for
Saleor and Medusa, a plugin/module install for Shopware, PrestaShop, and
WooCommerce.
Connect your Prism account
Generate a Project Identify Token in the Prism Console
and drop it into the extension’s configuration. This links agent payments to
your merchant account and settlement address.
Don’t see your platform?
The extensions above are convenience layers over open protocols — nothing about agent commerce is locked to a specific platform. If you run a custom stack or a platform we don’t yet cover, you can build the integration yourself with the same APIs and be in production quickly.Custom Integrations
Make any store agent-payable with the Prism APIs, server-side SDKs, and the
pluggable payment-handler interface our official extensions are built on.