get https://cac-api.cashfree.com/cac/v1/searchUTR/
URLs
- Production/Live: https://cac-api.cashfree.com/cac/v1/searchUTR/{utr}
- Sandbox/Test: https://cac-gamma.cashfree.com/cac/v1/searchUTR/{utr}
Example URL with GET query params:
/cac/v1/searchUTR/20044?startDate=20170921&endDate=20170930
To search for transactions older than 2 days, it is mandatory to specify both the startDate and endDate to receive a non-null response.