Open ecosystem

Plugs into your whole stack

Native plugins for the platforms you already sell on, plus a complete REST API and real-time webhooks — so Conyvex handles payments, tax and fraud without changing how you work.

Search 25+ integrations…/
25+
Platforms
20+
Payment methods
5 min
Integration

E-commerce

Drop in a plugin and we handle payments, tax and fraud on your existing store checkout.

8 apps
Shopify logoShopifyPayments & tax ready
WooCommerce logoWooCommercePayments & tax ready
PrestaShop logoPrestaShopPayments & tax ready
BigCommerce logoBigCommercePayments & tax ready
Magento logoMagentoPayments & tax ready
Wix logoWixPayments & tax ready
Squarespace logoSquarespacePayments & tax ready
Webflow logoWebflowPayments & tax ready

Payments

Route the methods your customers already trust through Conyvex, which handles the sale for you.

3 apps
PayPal logoPayPalPayments & tax ready
Stripe logoStripePayments & tax ready
Adyen logoAdyenPayments & tax ready

Automation

Push sales, tax and payout events into the tools your team runs on.

5 apps
HubSpot logoHubSpotPayments & tax ready
Zapier logoZapierPayments & tax ready
Notion logoNotionPayments & tax ready
Slack logoSlackPayments & tax ready
Make logoMakePayments & tax ready

Accounting

Sync clean, reconciled, tax-remitted payout data straight into your books.

2 apps
QuickBooks logoQuickBooksPayments & tax ready
Xero logoXeroPayments & tax ready

Built for developers

A complete API & real-time webhooks

No plugin for your stack? Build directly against our REST API and subscribe to webhooks. You write the integration; we still handle payments, tax and fraud on every sale.

REST API
Typed endpoints for checkouts, customers, payouts and tax.
Webhooks
Real-time events for sales, settlements and disputes.
SDKs
JavaScript, Python, PHP and Ruby, fully typed.
Sandbox
Full test environment with simulated tax and fraud.
conyvex.ts
// Conyvex REST API — create a checkout where
// Conyvex handles payments, tax and fraud.
const res = await fetch('https://api.conyvex.com/v1/checkouts', {
  method: 'POST',
  headers: {
    Authorization: 'Bearer ' + process.env.CONYVEX_KEY,
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    product: 'pro_monthly',
    amount: 4900,
    currency: 'usd',
    // tax, fraud & compliance handled by Conyvex
  }),
});

// Subscribe to real-time webhooks
// → checkout.completed
// → payout.settled  (T+1, net of tax & fees)
// → dispute.opened  (represented on your behalf)

Connect in five minutes

Pick your platform or build against the API. Either way, Conyvex becomes the merchant of record the moment you go live.