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.
E-commerce
Drop in a plugin and we handle payments, tax and fraud on your existing store checkout.
Payments
Route the methods your customers already trust through Conyvex, which handles the sale for you.
Automation
Push sales, tax and payout events into the tools your team runs on.
Accounting
Sync clean, reconciled, tax-remitted payout data straight into your books.
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.
// 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.