Home/SaaS/Waffo.ai

Waffo.ai

About

Global revenue infrastructure for developers — payments, tax and Merchant of Record compliance across 173 countries through one SDK.

Pricing

Free / monthly

Waffo.ai (Waffo Pancake) is a payments and billing platform built for developers. Instead of building billing from scratch, integrate the SDK to handle payments, tax and Merchant of Record (MoR) compliance across 173 countries.

Key Features

  • Payments & subscriptions: recurring billing, trials, upgrades and plan changes.
  • Tax compliance: automated tax handling and reporting in 173 countries.
  • Merchant of Record: Waffo acts as the MoR, so you don't need to register entities per market.
  • Customer portal: self-service billing for your customers.
  • Checkout: customizable hosted checkout with tax-aware pricing.
  • AI-native: hook AI agents and billing workflows into the API; ships with OpenClaw / Hermes plugins and no-code options.

Getting Started

Install the SDK and create a checkout:

import { waffo } from '@/lib/waffo';

export async function createCheckout() {
    const { url } = await waffo.checkout.create({
        mode: 'subscription',
        items: [{ price: 'price_pro' }],
        tax_auto: true,
    });
    return url;
}

Pricing

One simple plan — no hidden fees. Start selling globally in minutes; pricing scales with your revenue.

Best For

Solo founders and startups who want global revenue infrastructure without building billing, tax and compliance in-house.