Documentation

Build with Trezalink without losing the thread.

Structured guides for Solana checkout, payment links, webhooks, security boundaries, operations, and diagnostics.

Integrate

Checkout API

Operate

Security + status

Guide

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 SOL gross → 0.003 SOL fee → 0.997 SOL net.
  • 10.00 SOL gross → 0.03 SOL fee → 9.97 SOL net.
  • 100.00 SOL gross → 0.30 SOL fee → 99.70 SOL net.

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.