Skip to content

Settlement

Every payment has a settlement mode that determines how the merchant receives the proceeds.

Funds remain in the token the customer paid in. ParaSta credits your custodial wallet for that token.

{ "settlement": { "mode": "coin" } }

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" } }

Receive part as crypto, part as KRW. Useful for accounting hedging.

{
"settlement": {
"mode": "splits",
"splits": [
{ "destination": "krw", "percent": 70 },
{ "destination": "coin", "percent": 30 }
]
}
}

Set a default in the ParaSta Dashboard → Settings → Settlement. Per-payment settlement overrides the default.

ModeSettlement T+
coinImmediate (post-confirmation)
krwT+1 business day
splitsCoin portion immediate; KRW portion T+1

Fees are deducted from settlement, not added to the charge. See the Pricing page for current rates.