Patent Pending

Charge fractions of a penny
per AI call.

No wallets. No credits. No prepaid tokens. Microz is the first payment API that lets you bill users $0.005 per interaction — and actually collect it.

No credit card required to start. 10,000 free test transactions.

charge.js
// One API call. That's it.
const response = await fetch('https://api.microz.net/v1/charge', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-API-Key': 'mz_live_your_key_here'
  },
  body: JSON.stringify({
    user_id: 'usr_abc123',
    app_slug: 'my-ai-app',
    units: 1,
    description: 'GPT-4 inference',
    idempotency_key: 'req_unique_id'
  })
});

// Response in < 50ms. No card charge yet.
// { status: "queued", balance_microcents: 50000,
//   next_trigger: { type: "threshold", remaining: 450000 } }

The Problem

Card fees eat sub-dollar transactions alive.

Every card swipe costs $0.30 + 2.9%. That means a $0.01 AI inference charge costs you $0.31 to process — a 3,000% loss. The industry's answer? Force users to buy credit packs upfront. That kills conversion.

The Solution

Accumulate first. Charge once.

Microz inverts the model. Users interact freely. Tiny charges accumulate invisibly in a micro-ledger. When the balance hits $5 or Day 6 arrives — whichever comes first — we collect with a single card charge. Users never see a wallet. You never lose to fees.

Built for the AI economy.

Every feature designed around the unique economics of per-request billing at sub-dollar price points.

$

Dual-Trigger Settlement

Balance threshold ($5) OR Day-6 policy window — whichever fires first. Your exposure is always capped.

F

COGS-Gated Floor

Dynamic floor calculator ensures every settlement recovers your AI inference costs + processing fees + margin.

ID

Idempotent Recording

Every charge request carries an idempotency key. Network retries, webhook replays — we never double-charge.

M

Multi-Merchant Aggregation

One user, many apps. Charges from all your merchants accumulate in a single ledger. One settlement, split payouts.

P

Processor Agnostic

Start with Stripe. Add Square, Adyen, or Braintree later. Our abstraction layer makes processors interchangeable.

S

Subscription + Overage

Include 100 free AI calls in your subscription. Bill overages at $0.005 each via micro-ledger. One API parameter.

3L

Three-Layer Identity

Email verification, UUID account key, processor card token. Users recognized across all your apps automatically.

CB

Chargeback Protection

Permanent, irrevocable ban on first chargeback. Enforced at account AND card fingerprint level across all merchants.

WH

Real-Time Webhooks

settlement.completed, threshold.approaching, account.suspended — every event, delivered with itemized charge details.

How it works

1

User registers

User provides a card via Stripe.js. We tokenize it, verify with a $0.00 auth, and start the 6-day policy window.

2

Charges accumulate

Your app calls POST /v1/charge for each AI inference. $0.005 per call. No card network hit. Response in < 50ms.

3

Trigger fires

Balance hits $5? Or Day 6 arrives? Whichever first: we check the COGS floor, do a fresh auth, and capture.

4

Payouts route

Settlement collected. Each merchant gets their proportional share via Stripe Connect. Ledger resets. Cycle repeats.

Simple pricing

We make money when you make money. No monthly fees to start.

Starter

Getting started

Free

+ 5% per settlement

  • 10,000 test transactions
  • 1 merchant app
  • Stripe processor
  • Email support
Most Popular
Growth

Scaling up

$49/mo

+ 3% per settlement

  • Unlimited transactions
  • 5 merchant apps
  • Multi-processor routing
  • Priority support
  • Custom thresholds
Enterprise

High volume

Custom

Volume discounts

  • Unlimited everything
  • Dedicated account manager
  • SLA guarantees
  • Custom processor rates
  • On-premise option

Stop losing users to credit walls.

Your AI app deserves per-request billing that actually works. Get your API keys in 30 seconds.