Skip to main content

Glossary

Glossary​

  • Identity: The login service (pw-identity) that authenticates developers and users.
  • Sandbox Console: The sandbox control plane app at https://sandbox-dashboard.paywise.co where developers manage projects, sandbox API keys, and onboarding.
  • Production Dashboard: The production control plane app at https://dashboard.paywise.co, provisioned separately after approval.
  • Developer Docs: The documentation site with guides, recipes, SDK examples, and API reference pages.
  • API Key: Secret key used to authorize API requests from your app/integration.
  • Access Token: Short-lived token used to access protected APIs on behalf of a signed-in user/app.
  • ID Token: Token that proves who signed in and basic identity claims.
  • Refresh Token: Token used to get a new access token without signing in again.
  • OIDC: OpenID Connect, the identity layer on top of OAuth 2.0.