Choose your path
Integration principles
- Keep merchant API keys on your server.
- Use short-lived client tokens for browser checkout state.
- Treat webhooks as the source of truth for fulfillment and subscription state.
- Send an idempotency key when retrying create requests.
- Never collect or store raw card data in your application.