---
title: Iframe Kits
description: Integrate airpay using iframe kits for seamless payment integration.
---

This guide is for the integration of Iframe (inline frame) Kits backend with airpay payment application in different languages. If steps are correctly followed as per the documentation, the installation will be successful.

Following are the steps:

```
 step 1: Collect and Configure Date

 Collect Data: Use transaction.html to gather buyer details (email, phone, name, address, order ID, etc.)
 Configure Settings: Set up config.php with your airpay account details (username, password, secret, etc.)

 step 2: Process and Send Data

 Send Data: Process and encrypt data in send to airpay.php. Include validation.php  and  functions.php for validation and encryption.
 Utility Functions: Use functions.php for encryption, decryption, and checksum calculations.

 step 3: Handle Responses and Errors

 Handle Response: Use response from airpay.php to process and validate airpay response.
 Redirect to error.php if validation fails.

```

##### Choose Your Iframe Integration Kit to Download!

### Iframe Kits

The Airpay checkout page loads inside an iframe embedded in your site. The backend generates a signed request, passes it to the iframe, and handles the callback on return.

| Language | Guide | Download |
|---|---|---|
| PHP | [View guide](/v4/integration-kits/iframe-kits/) | [Download](https://docs.airpay.co.in/kits/v4/airpay_php_iframe_v4.rar) |
| Java | [View guide](/v4/integration-kits/iframe-kits/) | [Download](https://docs.airpay.co.in/kits/v4/airpay_java_iframe_v4.zip) |