Skip to content

Introduction

ParaSta is a digital asset platform with two API surfaces:

  • Payments API — Accept crypto payments (USDT, USDC, ETH, SOL) on Polygon, Ethereum, and Solana with Hosted Checkout or QR. Settle in coin or KRW.
  • Platform API — KYC, asset connection (banks, securities, crypto exchanges, wallets), transfers, charges, exchange. Originally built for the ParaSta consumer app and exposed here for partners building on the platform.

If you are integrating crypto payments, start with Quickstart.

If you are extending the consumer app’s surface area, see Platform APIs.

https://api.parasta.io

All endpoints are versioned under /v1.

  • All requests and responses are JSON.
  • Amounts are integers in the smallest unit of the currency (e.g., USDT uses 6 decimals → 1000000 = 1 USDT). See Currency.
  • Timestamps are ISO 8601 in UTC.
  • IDs are prefixed with the object type (pi_ for Payment, cs_ for Checkout Session, re_ for Refund, evt_ for Webhook Event, we_ for Webhook Endpoint).