Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions mintlify/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@ submit, and resolve loop you run in production.
See [sandbox testing](/api-reference/sandbox-testing) for the suffix values and the
outcome each one produces.

## Charge rail-based platform fees

Platform fees now support a `RAIL` fee type alongside `CROSS_CURRENCY_TRANSACTION`, so
you can charge your customers per-rail when their payments settle over ACH, RTP, FedNow,
or wire.

- Set a standing rail fee with `feeConfigs` on `PATCH /config`鈥攕pecify the rail,
direction (`OUT`), and originator (`GRID` or `EXTERNAL`).
- Both fee types can apply to the same transaction鈥攆or example, a cross-currency payment
that goes out over ACH. Your platform receives the sum of all applied fees.
- Rail fees are keyed by `(feeType, rail, direction, originator)`, so you can set
different fees for different rails.

See [Assessing fees](/payouts-and-b2b/payment-flow/assessing-fees) for configuration
examples and how the fees are calculated.

</Update>

<Update label="August 2026">
Expand Down
Loading