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 Code | Status | Message | Solution |
---|---|---|---|
400 | ERROR | Pagination limit should be at least 10 | Minimum value for pagination should be 10, specify a value that is greater than or equals 10 |
400 | ERROR | Pagination limit should be at max 1000 | Maximum value for pagination is 1000, specify a value lesser than or equals 1000 |
400 | ERROR | Pagination limit is missing in the request | Specify the pagination value in the request |
400 | ERROR | Invalid character looking for beginning of value. | Specify a valid cursor value |