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 the equivalent fiat amount to your registered bank account. Rate locks at confirmation time. Supported fiat currencies: USD, KRW, IDR. See GET /v1/exchange_rates for current rates.

{ "settlement": { "mode": "fiat", "fiat": { "currency": "KRW", "account": "kacct_abc123" } } }

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

{
"settlement": {
"mode": "splits",
"splits": [
{ "destination": "fiat", "fiat": { "currency": "USD", "account": "uacct_xyz" }, "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)
fiatT+1 business day
splitsCoin portion immediate; fiat portion T+1

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

Please contact your representative. 담당자에게 문의해주세요.