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 Code | Message | Solution |
---|---|---|
400 | Pagination limit should be at least 10 | The minimum pagination limit is 10. Specify a value greater than or equals 10. |
400 | Pagination limit should be at max 1000 | Maximum value for pagination is 1000. Specify a value lesser than or equals 1000. |
400 | Time should be ISO8601 string | Enter a valid time format. |
400 | Start date can not be greater than end date | Make sure the start date is lesser than the end date. |
400 | Invalid character in literal null | Specify a valid character. |