Toss Payments Rate Limits
Toss Payments does not publish fixed numeric per-account or per-endpoint rate limits for the Core API. Practical throughput is governed by the nature of the operation rather than a documented per-minute request cap: billing-key authorization can take up to 60 seconds to complete, transaction queries return up to 5000 records per page (cursor pagination via startingAfter), cash receipt queries up to 10000 records, and payout requests accept up to 100 payouts per call (max 1 billion KRW). Clients should implement idempotency (via Idempotency-Key on mutating calls where supported), exponential backoff, and webhook-based reconciliation rather than tight polling.
Toss Payments Rate Limits is the machine-readable rate-limit profile for Toss Payments on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring requests, records, payouts, and seconds.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Payments, Payment Gateway, South Korea, Rate Limiting, and Quotas.