Vendor Recon Using Vendor ID & Time Interval

Vendor Recon Using Vendor ID & Time Interval API gets the vendor reconciliation details of all events for a specific vendor using the vendor ID and Time interval. The details would include: (Order ID, Transaction ID, refund ARN, adjustment ID, settlement ID, Settlement UTRs, Transaction time, Settlement status, Charges, and more).

📘

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 CodeMessageSolution
400Pagination limit should be at least 10The minimum pagination limit is 10. Specify a value greater than or equals 10.
400Pagination limit should be at max 1000Maximum value for pagination is 1000. Specify a value lesser than or equals 1000.
400Time should be ISO8601 stringEnter a valid time format.
400Start date can not be greater than end dateMake sure the start date is lesser than the end date.
400Invalid character in literal nullSpecify a valid character.
Language
Click Try It! to start a request and see the response here!