Settlement
Every payment has a settlement mode that determines how the merchant receives the proceeds.
coin — Keep crypto
Section titled “coin — Keep crypto”Funds remain in the token the customer paid in. ParaSta credits your custodial wallet for that token.
{ "settlement": { "mode": "coin" } }krw — Exchange to KRW immediately
Section titled “krw — Exchange to KRW immediately”ParaSta sells the received crypto on confirmation and deposits KRW to your registered bank account. Rate locks at confirmation time. See GET /v1/exchange_rates for current rates.
{ "settlement": { "mode": "krw", "krw_account": "kacct_abc123" } }splits — Mix
Section titled “splits — Mix”Receive part as crypto, part as KRW. Useful for accounting hedging.
{ "settlement": { "mode": "splits", "splits": [ { "destination": "krw", "percent": 70 }, { "destination": "coin", "percent": 30 } ] }}Account default
Section titled “Account default”Set a default in the ParaSta Dashboard → Settings → Settlement. Per-payment settlement overrides the default.
Settlement timing
Section titled “Settlement timing”| Mode | Settlement T+ |
|---|---|
coin | Immediate (post-confirmation) |
krw | T+1 business day |
splits | Coin portion immediate; KRW portion T+1 |
Fees are deducted from settlement, not added to the charge. See the Pricing page for current rates.