Preview the fee plan for a payment
Calculation-only preview of the fee plan that would apply to a payment with the given amount, currency, and flow. Uses the same fee resolver as creation. Has no side effects: does not create a secure payment, payment request, or persist any snapshot.
Headers
API key for authentication (optional if using Client ID, session, or orchestrator key)
Client ID for frontend authentication (required when paired with orchestrator key)
Orchestrator key for authentication (must be paired with Client ID)
Bearer token for session authentication (or use the session_token cookie). Only consulted when no x-orchestrator-key, x-api-key, or x-client-id header is present.
Origin header (required for Client ID / orchestrator auth, automatically set by browser)
Body
Base/displayed amount in human-readable units, as a decimal string (e.g. "12.5").
Currency symbol or currency ID (e.g. 'USDC' or 'USDC-mainnet'). Must resolve to a supported stablecoin.
1get_paid for incoming payments (recipient creates link), pay for outgoing payments (payer initiates).
get_paid, pay Payment-level override of the flow default. Per-fee config bearer still wins.
payer, payee Response
Fee plan preview
1 get_paid, pay payer, payee