Pricing
Understand the single-plan 0.3% fee model and settlement math before launch.
Pricing model
Trezalink applies a single platform fee of 0.3% per successful payment. There is no setup fee, no monthly platform subscription, and no minimum volume requirement.
Gross, fee, and net
Settlement records expose grossAmount, feeAmount, and netAmount so finance teams can reconcile every paid transaction deterministically.
Formula: feeAmount = grossAmount * 0.003, netAmount = grossAmount - feeAmount.
Worked examples
1.00 SOLgross →0.003 SOLfee →0.997 SOLnet.10.00 SOLgross →0.03 SOLfee →9.97 SOLnet.100.00 SOLgross →0.30 SOLfee →99.70 SOLnet.
Network fees are separate from the platform fee and depend on wallet/network conditions.
Reconciliation notes
For CSV-based reconciliation, use the Reporting guide and align on fixed export fields, UTC timestamps, and paid-status filters.
Continue to Reporting for export schema and filtering behavior.