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

# Get Import Settlement recon details

> This API is used to fetch all events happened for provided Settlement IDs



## OpenAPI

````yaml post /import/settlements/recon
openapi: 3.0.3
info:
  title: LRS
  version: '4'
servers:
  - url: https://sandbox.cashfree.com/
    description: Sandbox server
  - url: https://api.cashfree.com/
    description: Production server
security:
  - {}
paths:
  /import/settlements/recon:
    post:
      summary: Get Import Settlement Recon Details
      description: >-
        This API is used to fetch all events happened for provided Settlement
        IDs
      operationId: get-import-settlement-recon-details
      parameters:
        - name: x-client-id
          in: header
          description: Client ID generated from the merchant dashboard.
          required: true
          schema:
            type: string
        - name: x-client-secret
          in: header
          description: Client secret generated from the merchant dashboard.
          required: true
          schema:
            type: string
        - name: x-api-version
          in: header
          description: API version to be used. Format is in YYYY-MM-DD.
          required: true
          schema:
            type: string
            default: '2023-08-01'
      requestBody:
        content:
          application/json:
            schema:
              type: object
              required:
                - filter
                - pagination
              properties:
                filter:
                  type: object
                  properties:
                    start_date:
                      type: string
                      description: Start date for fetching settlement recon details.
                      example: '2025-09-01T01:01:01.00+05:30'
                    end_date:
                      type: string
                      description: End date for fetching settlement recon details.
                      example: '2025-09-02T01:01:01.00+05:30'
                    cf_ica_settlement_ids:
                      type: array
                      description: >-
                        List of ICA Settlement IDs for fetching related recon
                        events
                      items:
                        type: number
                    settlement_utrs:
                      type: array
                      description: >-
                        List of ICA Settlement UTRs for fetching corresponding
                        recon events
                      items:
                        type: string
                        example: UTR123456789
                pagination:
                  type: object
                  properties:
                    limit:
                      type: number
                      description: Limit on number of entries to fetch
                    cursor:
                      type: string
                      description: Cursor from which entries to be fetched
      responses:
        '200':
          description: Success response for getting the import settlement recon details.
          content:
            application/json:
              examples:
                Result:
                  value:
                    cursor: null
                    limit: 1
                    data:
                      - event_id: '5114910810523'
                        entity: recon
                        event_type: PAYMENT
                        sale_type: CREDIT
                        event_time: '2024-08-02T13:32:27+05:30'
                        event_settlement_amount: 49856.58
                        event_amount: 51000
                        event_status: SUCCESS
                        event_currency: INR
                        order_id: 6f9db742-e423-40ed-afee-2e7898b98c9e
                        customer_name: Rachit
                        customer_phone: '9101496247'
                        customer_email: sk729485@gmail.com
                        cf_payment_id: null
                        payment_amount: null
                        order_amount: 51000
                        payment_time: null
                        payment_service_charge: 969
                        payment_service_tax: 174.42
                        payment_utr: '123'
                        cf_ica_settlement_id: 7
                        vendor_commission: 0
                        split_service_charge: 0
                        split_service_tax: 0
                        settlement_utr: null
                        refund_note: null
                        refund_id: null
                        refund_arn: null
                        refund_processed_at: null
                        closed_in_favor_of: null
                        resolved_on: null
                        dispute_category: null
                        dispute_note: null
                        dispute_resolved_on: null
                        adjustment_remarks: null
                        adjustment: null
                        service_tax: null
                        service_charge: null
                        amount_settled: null
                        payment_from: null
                        payment_till: null
                        reason: null
                        settlement_initiated_on: null
                        settlement_settled_on: null
                        settlement_type: null
                        settlement_charge: null
                        settlement_tax: null
                        payment_group: UPI
                        remarks: null
              schema:
                type: object
                properties:
                  cursor:
                    type: object
                    description: >-
                      Cursor for pagination, used to fetch the next set of
                      results
                  limit:
                    type: number
                    example: 3
                    description: Maximum number of records to return per page
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        event_id:
                          type: string
                          example: '14934603727'
                          description: Unique identifier for the event
                        entity:
                          type: string
                          example: recon
                          description: Entity associated with the event
                        event_type:
                          type: string
                          example: PAYMENT
                          description: Type of the event (e.g., PAYMENT, REFUND)
                        sale_type:
                          type: string
                          example: CREDIT
                          description: Type of sale (e.g., CREDIT, DEBIT)
                        event_time:
                          type: string
                          example: '2024-06-17T23:28:19+05:30'
                          description: Time when the event occurred
                        event_settlement_amount:
                          type: object
                          description: Amount related to the settlement of the event
                        event_amount:
                          type: number
                          example: 10000
                          description: Amount involved in the event
                        event_status:
                          type: string
                          example: SUCCESS
                          description: Status of the event (e.g., SUCCESS, FAILURE)
                        event_currency:
                          type: string
                          example: INR
                          description: Currency used for the event
                        order_id:
                          type: string
                          example: da34745f-70e9-4c9b-9dcd-1c7aed01b7a6
                          description: >-
                            Unique identifier for the order associated with the
                            event
                        customer_name:
                          type: string
                          example: Rachit
                          description: Name of the customer associated with the event
                        customer_phone:
                          type: string
                          example: '9101496247'
                          description: Phone number of the customer
                        customer_email:
                          type: string
                          example: sk729485@gmail.com
                          description: Email address of the customer
                        cf_payment_id:
                          type: object
                          description: Payment ID
                        payment_amount:
                          type: object
                          description: Amount of payment made
                        order_amount:
                          type: number
                          example: 10000
                          description: Total order amount
                        payment_time:
                          type: object
                          description: Time when the payment was processed
                        payment_service_charge:
                          type: object
                          description: Service charge applied to the payment
                        payment_service_tax:
                          type: object
                          description: Tax applied to the service charge
                        payment_utr:
                          type: string
                          example: '123'
                          description: Unique transaction reference for the payment
                        cf_ica_settlement_id:
                          type: object
                          description: >-
                            Unique ID for the settlement associated with the
                            event
                        vendor_commission:
                          type: object
                          description: Commission paid to the vendor
                        split_service_charge:
                          type: object
                          description: Split service charge, if applicable
                        split_service_tax:
                          type: object
                          description: Split service tax, if applicable
                        settlement_utr:
                          type: object
                          description: Unique transaction reference for the settlement
                        refund_note:
                          type: object
                          description: Notes related to any refund issued
                        refund_id:
                          type: object
                          description: Unique ID for the refund
                        refund_arn:
                          type: object
                          description: ARN (Acquirer Reference Number) for the refund
                        refund_processed_at:
                          type: object
                          description: Date and time when the refund was processed
                        closed_in_favor_of:
                          type: object
                          description: >-
                            Indicates if the case was closed in favor of any
                            party
                        resolved_on:
                          type: object
                          description: Date and time when the dispute or issue was resolved
                        dispute_category:
                          type: object
                          description: Category of the dispute, if applicable
                        dispute_note:
                          type: object
                          description: Notes related to the dispute, if applicable
                        dispute_resolved_on:
                          type: object
                          description: Date and time when the dispute was resolved
                        adjustment_remarks:
                          type: object
                          description: Any remarks regarding adjustments made to the event
                        adjustment:
                          type: object
                          description: Adjustment amount, if applicable
                        service_tax:
                          type: object
                          description: Tax on the service, if applicable
                        service_charge:
                          type: object
                          description: Charge for the service, if applicable
                        amount_settled:
                          type: object
                          description: Amount that has been settled for the event
                        payment_from:
                          type: object
                          description: Start time of the payment period
                        payment_till:
                          type: object
                          description: End time of the payment period
                        reason:
                          type: object
                          description: Reason for the event or transaction
                        settlement_initiated_on:
                          type: object
                          description: Date and time when the settlement was initiated
                        settlement_settled_on:
                          type: object
                          description: Date and time when the settlement was completed
                        settlement_type:
                          type: object
                          description: Type of settlement (e.g., Full, Partial)
                        settlement_charge:
                          type: object
                          description: Charges applied during settlement
                        settlement_tax:
                          type: object
                          description: Tax applied during settlement
                        payment_group:
                          type: string
                          example: UPI
                          description: >-
                            Payment group used for the transaction (e.g., UPI,
                            Credit Card)
                        remarks:
                          type: object
                          description: Additional remarks related to the event
        '401':
          description: '401'
          content:
            application/json:
              examples:
                Result:
                  value:
                    type: authentication_error
                    message: authentication Failed
                    code: request_failed
              schema:
                type: object
                properties:
                  type:
                    type: string
                    example: authentication_error
                  message:
                    type: string
                    example: authentication Failed
                  code:
                    type: string
                    example: request_failed
      deprecated: false

````