# Iframe

Төлем нысанын енгізу сыртқы сайт пайдаланушыларына төлемдерді өз сайты арқылы жүзеге асыруға мүмкіндік береді. Құжаттама төлем нысанын жасау, төлем деректерін өңдеу және Iframe өлшемін баптау бойынша қадамдарды ұсынады.

Іframe өлшемін орнату үшін width және height төлсипаттарын өзіңіздің iframe-нің HTML-кодында орнатыңыз:

```html
<iframe src="СІЗДІҢ_ТӨЛЕМ_ФОРМАНЫҢ_URL" width="360" height="700" frameborder="0"></iframe>
```

Мұнда width (ені) 360 пиксель болып орнатылған, ал height (биіктігі) 700 пиксель болып орнатылған. Бұл мәндер сіздің қалауларыңызға және сыртқы сайт дизайнына сәйкес бапталуы мүмкін.


---

# 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.tarlanpayments.kz/az/t-lem-shlyuzi/t-lem-nysanymen-zara-is-imyl/iframe.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.
