Skip to main content
Cresora Commerce
Core Concepts

Core Concepts

Foundational concepts for building on the Cresora Commerce platform.

Understanding these concepts will make the rest of the documentation click. Read them in order before diving into integration guides.

Concepts in this section

ConceptWhy it matters
Single-host environment modelOne API host; the key prefix selects test vs. live mode
API keyscsk_test_ vs csk_live_; rotation; scoping
IdempotencyHow to avoid duplicate charges across retries
Rate limitingRequest limits and backoff behavior
PaginationCursor-based listing of resources
Amounts & currencyMinor units (cents); USD-only at MVP 0
Authentication modelBearer token; key hierarchy
Transaction lifecycleState machine from requires_action to settled
Audit loggingWhat Cresora logs; retention periods
API versioningStable vs. preview streams; deprecation policy