# Unitpay SDK

The list of ready-to-use libraries for quick integration of UnitPay.

**Official library**

A proven solution developed by the UnitPay team (supports initPayment and getPayment methods).

* **PHP:** [UNITPAY-PHP-SDK](https://github.com/unitpay/php-sdk)
* **PYTHON**: [UNITPAY-PYTHON-SDK](https://github.com/unitpay/python-sdk)
* **RUBY:** [UNITPAY-RUBY-SDK](https://github.com/unitpay/ruby-sdk)

**Partner libraries**

These libraries were not checked by UnitPay specialists.

* **Ruby on Rails:** [UNITPAY-GEM](https://github.com/unitpayService/rails-unitpay)
* **Laravel:** [UNITPAY-LARAVEL](https://github.com/unitpayService/laravel-unitpay)
* **Node.js:** [unitpay-api](https://github.com/redinggg/unitpay-api#readme)


---

# 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://help.unitpay.ru/en/modules/unitpay-sdk.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.
