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

# July 2025

> EDD endpoint migration to payin/payout, quotation improvements, new limits APIs, new order status states, and UTR guide.

## KYC EDD updates

<Badge>Breaking</Badge>

* `/kyc/add-edd-data` endpoint removed. Replaced by:
  * [Payin EDD](/api-reference-exchange/endpoint/payin/edd-save)
  * [Payout EDD](/api-reference-exchange/endpoint/payout/edd-save)
* Published [EDD Guide](/guides/country-guides/india/edd-guide) for integration reference.

## Payout configuration

<Badge>Improved</Badge>

* [Payout Configuration](/api-reference-exchange/endpoint/payout/configuration) now requires risk parameters when generating a payout quotation.

## Payout quotation

<Badge>Improved</Badge>

* [Payout Quotation](/api-reference-exchange/endpoint/payout/quotation) now accepts risk parameters configured for your organization.

## Payin quotation improvements

<Badge>Breaking</Badge>

* [Payin Quotation](/api-reference-exchange/endpoint/payin/quotation):
  * `selfie_url` removed and no longer required.
  * Separate examples added for UPI and bank transfers.
  * Added [QR Generation Guide](/guides/country-guides/india/qr-integration) for UPI integrations.
  * `payment_method` changed from `bank_transfer` to `imps`.

## New limits APIs

<Badge>New</Badge>

* New endpoints for customer limits:
  * [Payout Limits](/api-reference-exchange/endpoint/payout/edd-limits-\{customer_id})
  * [Payin Limits](/api-reference-exchange/endpoint/payin/edd-limits-\{customer_id})

These endpoints return:

* `daily_limit` - Customer's daily FIAT limit.
* `available_limit` - Available FIAT limit remaining.
* `full_limit_reset_timestamp` - When the full daily limit resets.
* `is_edd_required` - Whether the customer needs EDD before the next transaction.
* `is_limit_increase_available` - Whether the customer can request a limit increase via EDD.

## Payin order status updates

<Badge>New</Badge>

* [Payin Orders](/api-reference-exchange/endpoint/payin/initiate) now support two new states:
  * `REFUNDED`
  * `ON_HOLD`
* Test with [Mock Payin Status](/api-reference-exchange/endpoint/payin/mock-payin-status).

## Error codes

<Badge>New</Badge>

* Error code tables added across all [Endpoint](/api-reference-exchange/endpoint) pages.

## UTR guide

<Badge>New</Badge>

* [Understanding UTR](/guides/country-guides/india/understanding-utr) guide added.
