# 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
```
