Authentication Flow
Authentication Flow​
Use this flow:
Developer
-> Sign in with PayWise Identity (pw-identity)
-> open Sandbox Console
-> create/manage API keys
-> call PayWise API
ELI5: what this means​
Think of it as a simple 4-step handoff:
- You sign in through Identity (the trusted login service).
- Identity gives you tokens for your signed-in session.
- You open the Sandbox Console and create your sandbox API key.
- You call the API with that key and required headers.
Sandbox vs Production choice​
- Building integration now: use
sandbox-identity.paywise.coandsandbox-api.paywise.co - Going live: use
identity.paywise.coandapi.paywise.co - Public docs send you to Sandbox Console first:
https://sandbox-dashboard.paywise.co
Where API keys come from​
- Sandbox API keys are created and managed in the Sandbox Console.
- Production dashboard access is provisioned separately after approval.