- Storefront platforms install as a payment plugin or module, so the buyer sees a “Pay with USDC” option at checkout.
- Marketplaces create off-checkout settlement links because most marketplaces (Amazon, eBay, Walmart) won’t let third parties into the buyer flow. The adapter generates an AlgoVoi link from the order webhook, and you share it with the buyer.
Storefront platforms
| Platform | Notes | Source |
|---|---|---|
| Shopify | App listing and Storefront API | shopify |
| WooCommerce | Hosted-checkout payment gateway plugin | woocommerce |
| BigCommerce | Order-webhook-driven checkout link | bigcommerce |
| Magento 2 | Two modules: hosted checkout and in-page wallet | magento2 |
| PrestaShop | Two modules: hosted checkout redirect and in-page wallet | prestashop |
| Shopware 6 | Two plugins: hosted checkout and in-page wallet | shopware |
| Wix | In-checkout USDC option (Algorand, VOI, Hedera, Stellar) | wix |
| Squarespace | USDC across Algorand, VOI, Hedera, Stellar | squarespace |
| Ghost 5.x | Crypto tip and membership-access for blogs. Calls the Ghost Admin API on payment to upgrade the reader’s member record. | ghost |
| OpenCart | Hosted checkout payment module | opencart |
| Drupal Commerce | Payment gateway plugin | drupal-commerce |
| Easy Digital Downloads | WP digital-product gateway | easy-digital-downloads |
| Ecwid | Storefront payment provider | ecwid |
| Instagram Shops | Off-checkout settlement links | instagram-shops |
Marketplaces
These create off-checkout settlement links because the marketplace doesn’t let third parties into the consumer payment flow.| Marketplace | Region | Source |
|---|---|---|
| Amazon | Global, via Selling Partner API | amazon-mws |
| eBay | Global, via eBay Sell APIs | ebay |
| Etsy | Global | etsy |
| Walmart Marketplace | US | walmart |
| TikTok Shop | Global | tiktok-shop |
| Shopee | Southeast Asia and Brazil | shopee |
| Lazada | Southeast Asia | lazada |
| Tokopedia | Indonesia | tokopedia |
| Mercado Libre | Latin America | mercadolibre |
| Allegro | Poland and Eastern Europe | allegro |
| Bol.com | Netherlands and Belgium | bolcom |
| Cdiscount | France | cdiscount |
| OnBuy | UK | onbuy |
| Rakuten | Japan | rakuten |
| Flipkart | India | flipkart |
| Jumia | Africa | jumia |
| Faire | Wholesale | faire |
| CEX | UK second-hand | cex |
Print on demand
How storefront installs work
The exact path depends on the platform but the shape is consistent:- Sign up on AlgoVoi and add a payout address for the chain you want to settle on.
- Install the platform’s AlgoVoi module from the marketplace or upload the module zip.
- Paste your AlgoVoi API key and tenant ID into the module config.
- Save. “Pay with USDC” appears at checkout for the customer.
How marketplace installs work
- Configure marketplace API credentials in the adapter (Selling Partner Token, eBay OAuth, Shopee Partner Key, etc.).
- Run the adapter as a small service or scheduled job.
- On every new order, the adapter creates an AlgoVoi hosted-checkout link and writes the URL into the order’s notes or messages buyer to confirm payment in USDC.