Skip to content

fix(facilitator): advertised fee truth-up — page now says 2.5%, matching what the code charges - #109

Merged
Deesmo merged 1 commit into
mainfrom
fix/facilitator-fee-copy
Jul 31, 2026
Merged

fix(facilitator): advertised fee truth-up — page now says 2.5%, matching what the code charges#109
Deesmo merged 1 commit into
mainfrom
fix/facilitator-fee-copy

Conversation

@Deesmo

@Deesmo Deesmo commented Jul 31, 2026

Copy link
Copy Markdown
Owner

What

Copy-only fix on api/public/facilitator.html. The facilitator-as-a-service pricing table advertised tiered fees (Free 0% / Growth 1.0% / Scale 0.5% / Enterprise custom) while the code charges a flat 2.5% defaultgetDefaultFeePercent() in api/src/services/facilitator.ts (FACILITATOR_FEE_PERCENT env, fallback 2.5), applied in api/src/routes/facilitator.ts settle path. There is no tiering logic anywhere; the only variation is a per-provider feePercent override, so the Enterprise/custom row is kept.

Flagged in the 2026-07-28 review as the 0-1% vs 2.5% discrepancy.

Change

  • Pricing intro: "a small percentage" → "a flat 2.5% of each settled payment — you keep 97.5%"
  • Tier table (0%/1.0%/0.5%/custom) → two rows: Standard 2.5% per settled payment, Enterprise/high-volume custom

Not changed

  • The charged rate (no code touched)
  • Every other surface already says 2.5% (for-providers.html, pricing.html, investor.html, both RapidAPI blog/migrate pages) — verified by grep, facilitator.html was the only page out of line
  • scripts/check-price-drift.mjs — it does not cover facilitator fees and no tool/pack pricing changed; guard passes locally: price drift guard: OK — 89 charged tools, 88 x402 prices, 2 aliases, 3 packs + 4 subscriptions verified across 8 surfaces.

🤖 Generated with Claude Code


Note

Low Risk
Documentation-only change on a public HTML page; no API, fee calculation, or settlement behavior is modified.

Overview
Copy-only update to the facilitator-as-a-service Pricing section on facilitator.html so it matches what settlement actually charges.

The intro now states a flat 2.5% per settled payment (you keep 97.5%) instead of vague “a small percentage.” The old tier table (Free 0%, Growth 1.0%, Scale 0.5%, Enterprise) is replaced with Standard at 2.5% per settled payment and Enterprise / high volume custom pricing, reflecting that there is no volume tiering in code—only the default rate and per-provider overrides.

No runtime or billing logic changes in this PR; other marketing surfaces were already at 2.5%.

Reviewed by Cursor Bugbot for commit 2ea8765. Configure here.

The facilitator-as-a-service pricing table advertised tiered 0% / 1.0% /
0.5% fees, but the code charges a flat 2.5% default
(getDefaultFeePercent in api/src/services/facilitator.ts,
FACILITATOR_FEE_PERCENT fallback 2.5; per-provider override exists but
no tiering logic). Copy-only truth-up — the charged rate is unchanged.
Now matches for-providers.html, pricing.html, and investor.html, which
already say 2.5%.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@Deesmo
Deesmo merged commit cf730d3 into main Jul 31, 2026
7 checks passed
@Deesmo
Deesmo deleted the fix/facilitator-fee-copy branch July 31, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant