POST
/
split
/
order
/
vendor
/
recon
curl --request POST \
  --url https://sandbox.cashfree.com/pg/split/order/vendor/recon \
  --header 'Content-Type: application/json' \
  --header 'x-api-version: <x-api-version>' \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>' \
  --data '{
  "filters": {
    "start_date": null,
    "end_date": null,
    "order_ids": [
      "order_1527072afd7Hlp4lpVLiz7dj0P0i84r1X"
    ]
  }
}'
{
"cursor": null,
"data": [
{
"amount": 900000,
"settlement_eligibility_time": "2024-01-08 11:30:00",
"merchant_order_id": "order_1527072afd7Hlp4lpVLiz7dj0P0i84r1X",
"tx_time": "2024-01-08 17:00:00",
"settled": "NO",
"entity_id": "14910180251",
"merchant_settlement_utr": "N/A",
"currency": "INR",
"sale_type": "CREDIT",
"customer_name": "Manideep",
"customer_email": "manideep.ellur@cashfree.com",
"customer_phone": "8281554863",
"merchant_vendor_commission": "810000.00",
"split_service_charge": "900.00",
"split_service_tax": "162.00",
"pg_service_tax": "4698.90",
"pg_service_charge": "26105.00",
"pg_charge_postpaid": "1",
"merchant_settlement_id": "N/A",
"added_on": "2024-01-08 17:00:00",
"tags": "tags",
"entity_type": "transaction",
"settlement_initiated_on": "N/A",
"settlement_time": "N/A",
"order_splits": [
{
"split": [
{
"merchant_vendor_id": "vendor20Lakh",
"percentage": 90,
"tags": null
}
],
"created_at": "2024-01-08 17:00:01"
}
],
"eligible_split_balance": "0.00"
},
{
"amount": 810000,
"merchant_order_id": "order_1527072afd7Hlp4lpVLiz7dj0P0i84r1X",
"tx_time": "2024-01-08 17:00:00",
"settled": "YES",
"entity_id": "305293",
"merchant_vendor_id": "vendor20Lakh",
"currency": "INR",
"sale_type": "CREDIT",
"customer_name": "Manideep",
"customer_email": "manideep.ellur@cashfree.com",
"customer_phone": "8281554863",
"added_on": "2024-01-08 17:00:01",
"entity_type": "vendor_commission",
"past_settlements": [
{
"settlement_id": 54878,
"settlement_initiated_on": "2024-01-08 17:14:38",
"status": "SUCCESS"
}
],
"vendor_split_service_charges": "0.00",
"vendor_split_service_tax": "0.00",
"vendor_settlement_time": "2024-01-08 17:14:39",
"vendor_settlement_initiated_on": "2024-01-08 17:14:38",
"vendor_settlement_eligibility_time": "2024-01-08 16:50:00",
"vendor_settlement_id": "54878",
"vendor_settlement_utr": "1704714278653975",
"vendor_commission": "810000.00",
"vendor_pg_service_charge": "0.00",
"vendor_pg_service_tax": "0.00"
}
],
"limit": 2
}

Authorizations

x-client-id
string
header
required

Client app ID. You can find your app id in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret in the Merchant Dashboard.

Headers

x-api-version
string
default:2023-08-01
required

API version to be used. Format is in YYYY-MM-DD

x-request-id
string

Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to cashfree

x-idempotency-key
string

An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions.

Body

application/json

Get Split and Settlement Details by OrderID v2.0

ES Order Recon Request

Response

200
application/json

ES Order Recon Success Response.

ES Order Recon Response