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.

Guru Pay API Dashboard Link

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.

API User Information

Each customer is shown with clickable link (blue text). Clicking on a customer will show:

  • A list of accounts to that customer

List of selected customer

You cannot assign or manage customers yourself. This is configured by Guru Pay.

API Token Management

From the dashboard, you can:

  • Generate new API tokens (Tokens -> Generate a new token)

New token generation
  • Revoke your existing tokens and see expiration

Existing token row & actions

Webhook Subscriptions

You can subscribe to webhook events directly from the dashboard.

Subscribe to webhook events

You can subscribe to webhook events.

Webhook subscription settings

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.

You can subscribe using only one endpoint. Multiple subscriptions are not allowed.

Existing webhook setting view

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?