post https://api.cashfree.com/pg/recon/vendor
Vendor Recon for a Time Period API gets the details of all the vendor reconciliation details for all vendors within an interval. The details would include: Order ID, Transaction ID, refund ARN, adjustment ID, settlement ID, Settlement UTRs, 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 max 1000 | Maximum value for pagination is 1000, specify a value lesser than or equals 1000 |
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 | Time should be ISO8601 string. | Specify 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 |