post https://api.cashfree.com/pg/recon/vendor
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.
Response Codes
Sub Code | Status | Message | Solution |
---|---|---|---|
400 | ERROR | Pagination limit should be at least 10 | The minimum pagination limit is 10. Specify a value 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 | Time should be ISO8601 string | Enter a valid time format |
400 | ERROR | Start date can not be greater than end date | Make sure the start date is lesser than the end date |
400 | ERROR | Invalid character in literal null | Specify valid character |