For Platforms & Enterprise

Your platform. Your brand.
Your revenue share.

Embed Payments.AI in your platform — every transaction your users run earns you a cut. Full white-label, full API control, zero compliance overhead.

Your Platform React / Next / Rails
PAI API Payments.AI
Merchant Your user
Buyer Their customer
183K+
Sellers
$2.67B+
Processed
195
Countries
100+
Payment Methods

Build once. Earn forever.

Embed payments in your platform and earn on every transaction your merchants process. You set the fee. We handle the rest.

Set your markup

You define the fee your merchants pay. Our base rate is 2.7% — charge 3.2% and keep the 0.5% spread. Your margin, your rules.

We handle everything

Compliance, disputes, tax, KYC, payouts — all on us. You never become the Merchant of Record. We absorb the liability.

Monthly rev share

Your platform dashboard shows exactly what you earned — per merchant, per product, per day. Transparent down to the penny.

Monthly GMV through your platform
$500,000
Monthly GMV
$2,500
Monthly revenue share
$30,000
Annual revenue share

Your name. Their money. Zero trace of us.

Every touchpoint carries your brand. Receipts, bank statements, customer portals — all yours. We stay invisible.

"Stripe" on every receipt

Your merchants' customers see Stripe branding everywhere. Not your platform.

"STRIPE*" on bank statements

Customers see Stripe's descriptor, not yours. Brand equity leaks to a vendor.

Stripe's ToS is your problem

You're responsible for keeping every merchant compliant with Stripe's rules.

0% revenue share

Stripe keeps the entire processing fee. You get nothing for bringing them volume.

Your brand on every receipt

Checkout, emails, invoices — all carry your platform name. We're invisible.

Your descriptor on bank statements

Customers see WHOP*YourBrand. Your identity, front and center.

Our compliance is your shield

PCI DSS Level 1, SOC 2, KYC/AML — you inherit it all. No audits, no certifications.

0.5%+ revenue share on every transaction

You set your markup. Every payment your merchants process puts money in your pocket.

descriptor-config.js
// Configure your platform's bank statement descriptor
const descriptor = await pai.platform.updateDescriptor({
  platform_id: "plat_yourplatform",
  statement_descriptor: "YOURPLATFORM*",      // appears on bank statements
  receipt_brand: "YourPlatform Inc.",        // appears on receipts
  support_url: "https://yourplatform.com/help",
  logo_url: "https://yourplatform.com/logo.svg",
});
// Result: WHOP*YOURPLATFORM on every customer statement

When your merchants win, you win.

Smart Routing runs on every transaction. More approvals across your platform means more revenue share in your pocket.

Transaction
Routing Engine
Gateway A
Gateway B (BIN match)
Gateway C
Approved
6-11%
More approvals across your platform
6-11%
More revenue share for you
BIN-based routing
Cascade fallback
90/10 A/B split testing
Real-time acceptance dashboard

Full API control. Built for developers.

Three API calls to go from zero to live. Create merchants, build checkouts, listen for webhooks.

create-merchant.js
const merchant = await pai.merchants.create({
  name: "Acme SaaS",
  platform_id: "your_platform_123",
});

// Response:
// {
//   id: "mer_abc",
//   api_key: "sk_live_...",
//   test_key: "sk_test_..."
// }
create-checkout.js
const checkout = await pai.checkout.create({
  merchant_id: merchant.id,
  products: [
    { name: "Pro Plan", price: 9900, interval: "month" }
  ],
  success_url: "https://yourapp.com/success",
});

// Response:
// checkout_url: "https://paidev.dev/c/abc123"
webhook-go-live.js
// Webhook fires on every event
app.post('/webhooks/pai', (req) => {
  const { event, merchant_id, amount } = req.body;
  // payment.succeeded, subscription.created, etc.
});

// KYC: send your merchant a verification link
await pai.merchants.goLive({
  merchant_id: "mer_abc",
  kyc_link_to: "+15555551234",
});

The hard part? Already done.

Your platform inherits our compliance posture. No audits. No certifications. No lawyers.

PCI DSS Level 1

Highest level of payment card security certification

SOC 2 Type II

Audited security controls and data handling

GDPR

Full EU data protection compliance

KYC/AML

Identity verification and anti-money laundering

Tax Filing

Automated in 200+ countries and jurisdictions

Dispute Management

We handle chargebacks and evidence packages

Fraud Detection

ML-powered risk scoring on every transaction

Chargeback Protection

Liability absorbed as Merchant of Record

Platform tiers built for your scale.

Start small, grow without limits. Every tier includes full white-label, smart routing, and compliance coverage.

Starter

Starter Platform

Up to $100K/mo GMV · 5 merchants

  • Standard revenue share
  • White-label checkout
  • Smart routing
  • Full compliance coverage
  • API access
Apply
Enterprise

Enterprise Platform

Unlimited GMV · Unlimited merchants

  • Custom revenue share
  • Fully white-labeled portal
  • Custom routing rules
  • Dedicated integration engineer
  • SLA + dedicated support
  • Custom billing logic
Apply

Platform access is currently invite-only. Apply above and we'll be in touch within 48 hours.

We've processed $12B+ through our own platforms.

This isn't theory. We built this because we needed it — and we've been running it at scale for years.

ClickFunnels

The platform that processes billions and spawned this infrastructure

Payments.AI

The payments layer extracted, refined, and made available to every platform

Your Platform

Next in line. Same infrastructure, same scale, your brand.

"We built this because we needed it. ClickFunnels processes billions. We know what breaks at scale — and we built Payments.AI so you never have to find out the hard way."

— The Payments.AI Team

Ready to add payments to your platform?

Apply for platform access and we'll scope an integration plan within 48 hours.

Apply for Platform Access Or talk to us first

Building something simpler?

PAI Go is for individual AI builders and vibe coders — one skill install, no platform overhead.

Try PAI Go