# ...Telegram Pay’i bağlama

Aşağıda gösterildiği gibi sabitlenmiş bir ödeme düğmesi nasıl oluşturulur:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Bu sadece iki adımda yapılır:

**1. adım:**&#x20;

Her şeyden önce, bir ödeme sistemine bağlanmamız gerekiyor. Bunu nasıl yapacağınıza dair ayrıntılı talimatlar için şunu okuyun: [makale](https://docs.salebot.ai/integrations/payment-systems/telegram)

**2. adım:**&#x20;

Bu mesajı sabitleyin. Mesajları sabitleme işlevselliğinin açıklamasını bu bölümde bulacaksınız: [makale ](https://docs.salebot.ai/variables/api-in-calculator)

**Bir örnek:**

1\. adım:

prices = \[\["product", 200], \["tax", 40], \["packaging", 10]] result = tg\_send\_invoice('632593626:TEST:sandbox\_i38014109764', platform\_id, 'Phone U-200', 'En iyinin en iyisi', 'UAH', prices, 'shorturl.at/cwyA3', 'phone\_best', 0, 0, 1, 1, 1)

2\. adım:

İlk adımı tamamladıktan sonra, get() fonksiyonunun yardımıyla message\_id değerini almanız gereken bir yanıt elde edeceksiniz: res=get(result,'result') m\_id=get(res,'message\_id')

Ardından mesajı sabitliyoruz: tg\_pin\_chat\_message(#{platform\_id}, #{m\_id}, 1)

!!!!!!!!!!!!!!!!!!!!


---

# 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://docs.mavibot.ai/doc/tr/faq/questions/payment.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.
