Developer Dashboard
The Guru Pay Developer Dashboard is your central hub for managing API access, subscriptions to webhooks, and customer relationships. It provides all the tools needed to securely integrate.
Getting access
Sandbox Access To request access to the Sandbox environment, email [email protected] from your authorized email address. Please include the email address where you'd like us to send the invitation.
You will receive two test accounts with added balance which will allow you proceed with tests right away.
Production Access To request Production access, email both [email protected] and your account manager from your authorized email address. In your message, include:
The email address where the invitation should be sent
The IP addresses of your office and servers that need to be whitelisted
If you need our IP addresses for whitelisting on your side, please reach out to our Client Care team.
User Information
More than one user can be added to your dashboard, however only one can be the Main one (admin rights) who will be able to set up Webhook URL and Token.
Viewing Assigned Customers
In the dashboard, you can view which customers are linked to your API user profile. This allows you to explore the customer-specific context and data available via the API.
What you'll see
Under API User information, the following is displayed:
Name and Email of the authenticated dashboard user.
Dashboard user UUID - your unique identifier within Guru Pay API.
Customers UUID together with Customer Name - the list of customers your API user is authorized to interact with.

Each customer is shown with clickable link (blue text). Clicking on a customer will show:
A list of accounts to that customer

API Token Management
From the dashboard, you can:
Generate new API tokens (Tokens -> Generate a new token)

Revoke your existing tokens and see expiration

Keep your API keys secure and do not expose them in frontend code or public repositories.
Webhook Subscriptions
You can subscribe to webhook events directly from the dashboard.
Subscribe to webhook events
You can subscribe to webhook events.

Token
is being sent as HTTP header X-Api-Token
with the webhook, so you could make the authentication mechanism of webhooks based on that.

View webhook delivery logs and status
The webhook delivery logs feature in the Guru Pay API dashboard helps you debug and monitor webhook events sent to your system.
Every webhook event triggered by the Guru Pay API is logged with its delivery status.
Each log entry contains:
Time
UUID
Status
Account
Transaction
Last updated
Was this helpful?