Skip to main content
E-commerce adapters fall into two shapes:
  • 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

PlatformNotesSource
ShopifyApp listing and Storefront APIshopify
WooCommerceHosted-checkout payment gateway pluginwoocommerce
BigCommerceOrder-webhook-driven checkout linkbigcommerce
Magento 2Two modules: hosted checkout and in-page walletmagento2
PrestaShopTwo modules: hosted checkout redirect and in-page walletprestashop
Shopware 6Two plugins: hosted checkout and in-page walletshopware
WixIn-checkout USDC option (Algorand, VOI, Hedera, Stellar)wix
SquarespaceUSDC across Algorand, VOI, Hedera, Stellarsquarespace
Ghost 5.xCrypto tip and membership-access for blogs. Calls the Ghost Admin API on payment to upgrade the reader’s member record.ghost
OpenCartHosted checkout payment moduleopencart
Drupal CommercePayment gateway plugindrupal-commerce
Easy Digital DownloadsWP digital-product gatewayeasy-digital-downloads
EcwidStorefront payment providerecwid
Instagram ShopsOff-checkout settlement linksinstagram-shops

Marketplaces

These create off-checkout settlement links because the marketplace doesn’t let third parties into the consumer payment flow.
MarketplaceRegionSource
AmazonGlobal, via Selling Partner APIamazon-mws
eBayGlobal, via eBay Sell APIsebay
EtsyGlobaletsy
Walmart MarketplaceUSwalmart
TikTok ShopGlobaltiktok-shop
ShopeeSoutheast Asia and Brazilshopee
LazadaSoutheast Asialazada
TokopediaIndonesiatokopedia
Mercado LibreLatin Americamercadolibre
AllegroPoland and Eastern Europeallegro
Bol.comNetherlands and Belgiumbolcom
CdiscountFrancecdiscount
OnBuyUKonbuy
RakutenJapanrakuten
FlipkartIndiaflipkart
JumiaAfricajumia
FaireWholesalefaire
CEXUK second-handcex
PlatformNotesSource
PrintfulPays Printful production costs in USDC, triggered by storefront ordersprintful
PrintifySame model as Printfulprintify

How storefront installs work

The exact path depends on the platform but the shape is consistent:
  1. Sign up on AlgoVoi and add a payout address for the chain you want to settle on.
  2. Install the platform’s AlgoVoi module from the marketplace or upload the module zip.
  3. Paste your AlgoVoi API key and tenant ID into the module config.
  4. Save. “Pay with USDC” appears at checkout for the customer.

How marketplace installs work

  1. Configure marketplace API credentials in the adapter (Selling Partner Token, eBay OAuth, Shopee Partner Key, etc.).
  2. Run the adapter as a small service or scheduled job.
  3. 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.
See each adapter’s README for the marketplace-specific bits.