> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dollarpe.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Country-specific integration guide for the India (INR) corridor.

India is DollarPe's primary corridor. The fiat currency is INR, and UPI and IMPS are the supported payment methods for payin.

## Supported payment methods

| Payment method | Mode | UTR format                | Supported   |
| -------------- | ---- | ------------------------- | ----------- |
| UPI / VPA      | UPI  | 12-digit numeric          | Yes         |
| Bank transfer  | IMPS | 12-digit numeric          | Yes         |
| Bank transfer  | NEFT | 16-character alphanumeric | Coming soon |
| Bank transfer  | RTGS | 16 or 22 characters       | Coming soon |

## KYC requirements

India KYC accepts the following identity documents:

| Document        | Description                              |
| --------------- | ---------------------------------------- |
| Aadhaar         | Government-issued national identity card |
| Passport        | Indian passport                          |
| Voter ID        | Election Commission of India card        |
| Driving licence | Issued by any RTO                        |

Partners can complete user KYC through either method:

* [KYC sharing APIs](/guides/integration-guides/kyc/kyc-sharing) - use this if you already hold verified KYC data for your users and want to pass it directly to DollarPe.
* [KYC SDK](/guides/integration-guides/kyc/kyc-sdk) - a hosted widget that collects and verifies identity documents directly from your users.

## Payin requirements

* KYC documents must match the customer's bank account name exactly.
* Payin funds must come from a bank account registered under the same KYC-verified name.
* Third-party payments are not accepted.
* Each payin must include a valid UTR number for reconciliation.

## India-specific topics

<CardGroup cols={2}>
  <Card title="Understanding UTR numbers" icon="receipt" href="/guides/country-guides/india/understanding-utr">
    What UTR numbers are, their format by payment method, and how to locate them.
  </Card>

  <Card title="Enhanced Due Diligence (EDD)" icon="shield-halved" href="/guides/country-guides/india/edd-guide">
    When EDD is triggered, required documents by purpose, and what to expect from the review process.
  </Card>

  <Card title="QR code integration" icon="qrcode" href="/guides/country-guides/india/qr-integration">
    Generate UPI QR codes from the deep link returned in the payin quotation response.
  </Card>

  <Card title="KYC SDK demo" icon="mobile-screen" href="/guides/integration-guides/kyc/demo/india">
    See the complete KYC widget flow as experienced by an Indian user.
  </Card>
</CardGroup>
