SNC POS Logo
SNC POS

Authentication Guide

Developer Resources

Securing your integration

SNC POS uses enterprise-grade authentication protocols to ensure your data remains secure. Our API uses a combination of API Keys and JWT (JSON Web Tokens) for authorization.

API Keys

Generated from the Merchant Dashboard. Used for server-to-server communication and webhook verification.

JWT Tokens

Short-lived session tokens for frontend applications and mobile extensions.

Best Practices

  • Never expose your Secret Keys in client-side code.
  • Rotate your API keys every 90 days for maximum security.
  • Use individual keys for different environments (Dev, Staging, Prod).
  • Implement IP whitelisting for backend integrations.