Implementation: packages/zappier. Manuals:
packages/zappier/docs/.
/portal issues an API key
immediately (Free plan).x-api-key.Zapier connection test should use this key, not middleware
zmw_.
openapi.yaml operationId is the rate-card
key. List prices are runtime-editable in /admin.
Billed cents = round(list × tier multiplier); usage up
to monthlyCreditCents is free. Per-customer
multiplierOverride allowed.
Seed tiers: free (1.0, 100¢), pro (0.5,
1000¢), business (0.25, 10000¢).
After composition, rate-card keys become Verae operations
(timestamp, timestamp-wait,
verify, status, …), not demo
transform/storage.
zappier.api_cents).Zapier must surface 402/403 with a link to /portal
billing (same idea as middleware upgradeUrl).
Portal invoice list + print-ready HTML. Admin generate/issue/paid. These are payment documents.
Certified timestamp retrieval receipts (feature i) are a different object on the Verae adapter.
Portal Stripe reload is implemented. Card-on-file / Stripe Subscription objects for (m) are an open question; tiers today are customer types in SQLite.
Customers may pay Zapier for tasks and Verae/zappier for timestamp usage. See zapier-billing-research.md. Do not meter Verae usage in Zapier task units.