Get Started
Set up the demo sandbox and generate API credentials
Get Started
Use the demo environment as a sandbox while you test integrations, payment flows, API calls, and dashboard configuration. Demo data is separate from production, so it is the right place to validate your setup before connecting live traffic.
Environments
Use the demo API for sandbox testing and the production API only when your integration is ready to go live.
Demo API base URL: https://gsp-api.demo.tindorah.com
Production API base URL: https://gsp-api.tindorah.comCreate an account
- Open the demo registration page: /en/auth/register.
- Create your account with your business and user details.
- After registration, sign in to the dashboard with the account you created.
Generate API keys
After logging in, open the API settings page from the dashboard sidebar, or go directly to /en/dashboard/api/settings.
From API settings, generate:
- An API key for authenticating requests.
- A webhook secret for verifying webhook events.
Store your secret safely
Copy and securely store your key secret immediately after generating it. You will not be able to view the secret again after leaving the page.
Keep secrets out of source control, client-side code, public logs, and shared chat tools. Store them in your deployment environment variables or a dedicated secrets manager.