Glossary
Idempotency (idempotency key)
Guarantee that retries don't create duplicates
Idempotency ensures the same API call can be retried without side effects (duplicates). Scell.io accepts an `Idempotency-Key: <uuid>` header on critical endpoints (invoice creation, balance reload). The server stores the response and replays it identically for 24h.