View Split Order Details Using Settlement ID

View Split Order Details Using Settlement ID API gets the split order details processed in a settlement using the Settlement ID. The response details includes - order ID, transaction time, settlement initiated time, settlement time, settlement UTR, Charges & taxes, and more. The settlementID can be found in the Get All Vendor Settlement Details API response.

📘

Sandbox and Production Endpoint

Sandbox Endpoint - https://sandbox.cashfree.com/pg
Make sure you generate credentials in the test dashboard.

Production Endpoint - https://api.cashfree.com/pg
To process live payments, make sure you use credentials from the live dashboard. Do not share your secret key with anyone.

For Auto Collect pass the Authorization token. Use the Authorize API to generate the token for Auto Collect APIs.

Response Codes
Sub CodeStatusMessageSolution
400ERRORPagination limit should be at least 10Minimum value for pagination should be 10, specify a value that is greater than or equals 10
400ERRORPagination limit should be at max 1000Maximum value for pagination is 1000, specify a value lesser than or equals 1000
400ERRORPagination limit is missing in the requestSpecify the pagination value in the request
400ERRORInvalid character looking for beginning of value.Specify a valid cursor value
Language
Click Try It! to start a request and see the response here!