After ClearBox authorizes and settles a guest’s payment, the merchant’s share of the value needs to land somewhere. That somewhere is a settlement account, and the cadence at which value lands is the payout schedule.Documentation Index
Fetch the complete documentation index at: https://docs.clear-box.io/llms.txt
Use this file to discover all available pages before exploring further.
Settlement accounts
A merchant can settle into one of three destinations:| Destination | Description |
|---|---|
bank_ach | A US bank account, settled via ACH. Standard for most US merchants. |
bank_wire | A bank account settled via wire. Used for higher-value or international payouts. |
stablecoin | A merchant-controlled stablecoin address. Used when the merchant wants to keep funds on-chain. |
Add a bank settlement account
pending_verification.
Add a stablecoin settlement account
Payout cadence
ClearBox supports daily, weekly, and on-demand payouts depending on your program’s configuration. The default is daily for bank destinations and per-transaction for stablecoin destinations (since on-chain settlement is already real-time).What a payout includes
Each payout is the net of:- The gross of all settled transactions in the payout window for that merchant.
- Minus the ClearBox orchestration margin (1.5–3% depending on volume tier).
- Minus any chargebacks, refunds, or holds.
Reserves and rolling holds
For some merchant categories, your program may require a rolling reserve — a small percentage of each settlement held back to cover potential chargebacks. Reserves are configured at the merchant level and reported alongside payouts.Next: Reporting
Reconcile transactions and payouts.