> ## 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.

# Understanding UTR numbers

> What UTR numbers are, their format by payment method, and how to find them.

## What is a UTR number?

A UTR (Unique Transaction Reference) is a reference number Indian banks assign to every transaction processed via NEFT, RTGS, IMPS, or UPI. Banks and customers use it to track and verify payments.

## UTR number formats

The format varies by payment method:

| Payment category | Payment mode | UTR length |  UTR format  | Supported by DollarPe |
| :--------------- | :----------: | :--------: | :----------: | :-------------------: |
| UPI or VPA       |      UPI     |     12     |    Numeric   |          Yes          |
| Bank transfer    |     IMPS     |     12     |    Numeric   |          Yes          |
| Bank transfer    |     NEFT     |     16     | Alphanumeric |      Coming soon      |
| Bank transfer    |     RTGS     |  16 or 22  | Alphanumeric |      Coming soon      |

Sample RTGS UTR format: `XXXXRCYYYYMMDD########`

* `XXXX`: the sender bank's IFSC code
* `R`: indicates the transaction was processed via RTGS
* `C`: the transaction channel (internet banking, mobile banking, etc.)
* `YYYYMMDD`: the transaction date
* `########`: a unique sequence number assigned to the transaction

## Why UTR numbers matter

When a customer initiates a payin, they transfer fiat to the bank details provided in the quotation. That transfer's UTR number must be submitted when calling the [/payin/initiate](/api-reference-exchange/endpoint/payin/initiate) endpoint. This is how DollarPe reconciles the incoming fiat with the payin order.

<Warning>
  The UTR must match the exact bank transfer made for that quotation. An incorrect or reused UTR will cause the payin to fail.
</Warning>

## How to find a UTR number

### From bank statements or passbooks

1. Retrieve your latest bank statement from your bank's online portal or update your physical passbook.
2. Locate the transaction by date and amount.
3. Look for labels like Reference Number, UTR Number, or Unique Transaction Reference.

### From internet banking

1. Log in to your bank's internet banking portal.
2. Go to Transaction History or Account Statement.
3. Click the specific transaction.
4. The UTR number appears under UTR, Reference Number, or Transaction ID.

### From mobile banking

1. Open your bank's mobile app.
2. Go to Transaction History or Account Statement.
3. Select the relevant transaction.
4. Find the UTR under Reference Number, UTR ID, or a similar field.

### From transaction confirmation messages

1. Check for transaction confirmation emails or SMS from your bank.
2. Open the message and find the UTR number in the transaction details.
