WeChat Pay 62.7% · Alipay 36.1%
Bill AI usage. Collect in China. Settle globally.
Stream usage events from your AI product, collect CNY through WeChat Pay and Alipay, and settle to your global bank with an auditable ledger.
Licensed CNY collection · WeChat Pay / Alipay · 9 settlement currencies
Overview
Real-time revenue chain for usage, payments, and settlement
Live API event stream
POST /api/v1/usage-eventsUsage trend
DailyUSD/CNY · invoice snapshot
append-only records
next payout May 24
How it works
Three steps from a metered API call to dollars in your bank.
Stream usage events
Send one event per metered action (token, image, agent run) via our REST API or TypeScript SDK. We dedupe and price.
$ curl /api/v1/usage-events \
-H "Authorization: Bearer $BM_KEY" \
-d '{"metric":"tokens_output","quantity":"12500"}'
> 202 accepted · priced · idempotency okCollect CNY from China
Your end-customers scan a WeChat or Alipay QR. We collect on your behalf under ePayments' license. You don't need a Chinese entity.
$ bm checkout create inv_2025_0611_0019 > CNY 12,400.00 · WeChat Pay QR ready > webhook: invoice.paid delivered
Settle in your currency
Monthly we convert CNY → your settlement currency at a locked FX snapshot, deduct our platform fee (channel cost included) plus any monthly subscription, and wire the net to your bank.
$ bm settlements preview --currency USD > FX 7.29 locked · fees deducted > payout USD 1,701.42 to ****1234
Usage to settlement, one auditable revenue chain.
Track usage events, collect CNY through WeChat Pay and Alipay, and settle merchants in their chosen currency.
AI-native usage billing
Turn tokens, API calls, image generation, video minutes, and agent runs into billable metrics and explainable invoices.
CNY collection for China
Let Chinese consumers pay with WeChat Pay and Alipay while BuffMoney handles collection, callbacks, and reconciliation.
Global merchant settlement
Settle merchants in USD, NZD, AUD, HKD, THB, EUR, GBP, SGD, or JPY with FX snapshots and ledger traceability.
One model call should become one explainable unit of revenue.
Most platforms solve billing or payment separately. BuffMoney connects China collection, FX, ledger, settlement, and reconciliation.
01
Ingest AI usage events
02
Convert usage into billable metrics
03
Apply pricing and packages
04
Collect CNY through WeChat Pay or Alipay
05
Lock FX and write ledger entries
06
Generate settlement and reconciliation
Not another subscription plugin. A revenue operating system for AI.
Inspired by the best usage billing platforms, but designed for merchants entering the China consumer payment market.
WeChat Pay, Alipay, and CNY collection for China are not the primary path
They do not operate local China collection and multi-currency merchant settlement
Native CNY collection, WeChat / Alipay flows, and usage-based billing aren't their primary path
Pricing changes, refunds, FX, reconciliation, and audit trails become expensive quickly
Usage, payment, FX, ledger, and settlement stay in one revenue chain
AI businesses do not all bill the same way.
Choose a product type to see the usage event, billable metric, pricing rule, CNY collection, and settlement flow.
AI API
LLM, embedding, rerank, moderation
$ bm usage-events ingest <<'JSON'
{
"customer_id": "cus_cn_001",
"metric": "tokens_output",
"quantity": "60000",
"dimensions": { "product": "AI API" }
}
JSON
> accepted · invoice preview updatedAI SaaS
Copilot, workflow app, team product
$ bm usage-events ingest <<'JSON'
{
"customer_id": "cus_cn_001",
"metric": "workspace_usage",
"quantity": "60000",
"dimensions": { "product": "AI SaaS" }
}
JSON
> accepted · invoice preview updatedImage & Video
Image generation, video rendering, editing
$ bm usage-events ingest <<'JSON'
{
"customer_id": "cus_cn_001",
"metric": "render_completed",
"quantity": "60000",
"dimensions": { "product": "Image & Video" }
}
JSON
> accepted · invoice preview updatedAgent Platform
Autonomous task runs and tool usage
$ bm usage-events ingest <<'JSON'
{
"customer_id": "cus_cn_001",
"metric": "agent_run",
"quantity": "60000",
"dimensions": { "product": "Agent Platform" }
}
JSON
> accepted · invoice preview updatedVoice AI
Realtime voice, transcription, dubbing
$ bm usage-events ingest <<'JSON'
{
"customer_id": "cus_cn_001",
"metric": "voice_minute",
"quantity": "60000",
"dimensions": { "product": "Voice AI" }
}
JSON
> accepted · invoice preview updatedData & Storage
Vector DB, files, fine-tune datasets
$ bm usage-events ingest <<'JSON'
{
"customer_id": "cus_cn_001",
"metric": "storage_gb_day",
"quantity": "60000",
"dimensions": { "product": "Data & Storage" }
}
JSON
> accepted · invoice preview updatedSandbox is instant. Production CNY collection unlocks after ePayments review.
Sign up with email and land in a sandbox dashboard immediately — try usage events, invoices, settlement, and a test payment with mock data. When you're ready, submit KYC and ePayments enables real CNY collection within 1–3 business days.