# Home

## Introduction

Tonpay SDK is a tool for developers to integrate Tonpay payment solution to their apps, services, websites and more. It's available for 3 languages - JavaScript, Python and Golang.

JS - [Source code](https://github.com/TheTonpay/tonpay-js-sdk) and [npm package](https://www.npmjs.com/package/@tonpay/sdk).

Python - [Source code](https://github.com/TheTonpay/tonpay-python-sdk) and [pypi package](https://pypi.org/project/tonpay/).

Golang - [Source code](https://github.com/TheTonpay/tonpay-go-sdk) and [package](https://pkg.go.dev/github.com/TheTonpay/tonpay-go-sdk).

## Features

Tonpay SDK has you covered and supports variety of features for stores and invoices.

Stores:

* create store
* edit store
* activate store
* deactivate store
* issue invoice
* request purchase
* retrieve payment link for user (without issuing the invoice first)
* get store info (full info and each field separately)

Invoices:

* edit invoice
* activate invoice
* deactivate invoice
* pay invoice
* retrieve payment link for user
* get invoice info (full info and each field separately)

For general technical support please join [Tech Support chat](https://t.me/+QFDtzbckm801ZGEy). To stay up to date with technical updates, join [Tonpay Tech channel](https://t.me/TonpayTech).


---

# 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://tonpay.gitbook.io/tonpay-sdk/home.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.
