# Overview

## Welcome to the Guru Pay Public API

UAB Guru Pay provides a developer-friendly REST API for integrating payment infrastructure into your applications and platforms. This documentation will guide you through the avialable endpoints, authentication mechanisms, and usage examples so you can seamlessly connect to Guru Pay's payment services.

## What You Can Do with the API

* Access accounts information
* Access customers information
* Initiate and monitor payment transactions
* Retrieve transaction history
* Manage webhooks
* Retrieve sent webhooks history

{% hint style="warning" %}
All endpoints described in this documentation are prefixed with /api/v1.
{% endhint %}

## API Base URL

```
https://public-api.gurupay.eu
```

## Sandbox API Base URL

```
https://public-api-dev.gurupay.eu
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.gurupay.eu/home/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
