Merchant API keys
Send the merchant API key in thex-api-key header from trusted server code:
Client tokens
Checkout session creation returns a short-lived client token for the browser. Send it asAuthorization: Bearer <clientToken> when reading or continuing that session. Client tokens are scoped to one session and expire automatically.