> For the complete documentation index, see [llms.txt](https://docs.tarlanpayments.kz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tarlanpayments.kz/eng/acquiring/interaction-with-the-payment-method/iframe.md).

# Iframe

Implementing a payment form will allow users of an external site to make payments through own site. The documentation provides steps for creating a payment form, data processing of payment, and sizing Iframe.

To set the size of the iframe, set the width and height attributes in the HTML code of your iframe:

```html
<iframe src="URL_ВАШЕЙ_ФОРМЫ" width="360" height="700" frameborder="0"></iframe>
```

Here width is set to 360 pixels and height is set to 700 pixels. These values can be customized according to your preferences and the design of the external site.
