curl --request POST \
--url https://sandbox.cashfree.com/import/settlements/recon \
--header 'Content-Type: application/json' \
--header 'x-api-version: <x-api-version>' \
--header 'x-client-id: <x-client-id>' \
--header 'x-client-secret: <x-client-secret>' \
--data '
{
"filter": {
"start_date": "2025-09-01T01:01:01.00+05:30",
"end_date": "2025-09-02T01:01:01.00+05:30",
"cf_ica_settlement_ids": [
123
],
"settlement_utrs": [
"UTR123456789"
]
},
"pagination": {
"limit": 123,
"cursor": "<string>"
}
}
'{
"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": "[email protected]",
"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
}
]
}This API is used to fetch all events happened for provided Settlement IDs
curl --request POST \
--url https://sandbox.cashfree.com/import/settlements/recon \
--header 'Content-Type: application/json' \
--header 'x-api-version: <x-api-version>' \
--header 'x-client-id: <x-client-id>' \
--header 'x-client-secret: <x-client-secret>' \
--data '
{
"filter": {
"start_date": "2025-09-01T01:01:01.00+05:30",
"end_date": "2025-09-02T01:01:01.00+05:30",
"cf_ica_settlement_ids": [
123
],
"settlement_utrs": [
"UTR123456789"
]
},
"pagination": {
"limit": 123,
"cursor": "<string>"
}
}
'{
"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": "[email protected]",
"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
}
]
}Client ID generated from the merchant dashboard.
Client secret generated from the merchant dashboard.
API version to be used. Format is in YYYY-MM-DD.
Show child attributes
Start date for fetching settlement recon details.
"2025-09-01T01:01:01.00+05:30"
End date for fetching settlement recon details.
"2025-09-02T01:01:01.00+05:30"
List of ICA Settlement IDs for fetching related recon events
List of ICA Settlement UTRs for fetching corresponding recon events
Success response for getting the import settlement recon details.
Cursor for pagination, used to fetch the next set of results
Maximum number of records to return per page
3
Show child attributes
Unique identifier for the event
"14934603727"
Entity associated with the event
"recon"
Type of the event (e.g., PAYMENT, REFUND)
"PAYMENT"
Type of sale (e.g., CREDIT, DEBIT)
"CREDIT"
Time when the event occurred
"2024-06-17T23:28:19+05:30"
Amount related to the settlement of the event
Amount involved in the event
10000
Status of the event (e.g., SUCCESS, FAILURE)
"SUCCESS"
Currency used for the event
"INR"
Unique identifier for the order associated with the event
"da34745f-70e9-4c9b-9dcd-1c7aed01b7a6"
Name of the customer associated with the event
"Rachit"
Phone number of the customer
"9101496247"
Email address of the customer
Payment ID
Amount of payment made
Total order amount
10000
Time when the payment was processed
Service charge applied to the payment
Tax applied to the service charge
Unique transaction reference for the payment
"123"
Unique ID for the settlement associated with the event
Commission paid to the vendor
Split service charge, if applicable
Split service tax, if applicable
Unique transaction reference for the settlement
Notes related to any refund issued
Unique ID for the refund
ARN (Acquirer Reference Number) for the refund
Date and time when the refund was processed
Indicates if the case was closed in favor of any party
Date and time when the dispute or issue was resolved
Category of the dispute, if applicable
Notes related to the dispute, if applicable
Date and time when the dispute was resolved
Any remarks regarding adjustments made to the event
Adjustment amount, if applicable
Tax on the service, if applicable
Charge for the service, if applicable
Amount that has been settled for the event
Start time of the payment period
End time of the payment period
Reason for the event or transaction
Date and time when the settlement was initiated
Date and time when the settlement was completed
Type of settlement (e.g., Full, Partial)
Charges applied during settlement
Tax applied during settlement
Payment group used for the transaction (e.g., UPI, Credit Card)
"UPI"
Additional remarks related to the event
Was this page helpful?