Get Recent Payments for Virtual Account Id/Virtual VPA Id

Use this API to get all the recent payments on your virtual account by sending the corresponding virtual account ID (vAccountId) or virtual VPA ID (virtualVpaId).

Example URL with GET query params for vAccountId:

/cac/v1/payments/TEST1?startDate=20170804&endDate=20170823&maxReturn=20&lastReturnId=37

/cac/v1/payments/TEST2?startDate=2019-10-24 15:22:47&endDate=2019-10-24 15:24:47

Example URL with GET query params for virtualVPAId:

/cac/v1/payments/john?startDate=20170804&endDate=20170823&maxReturn=20&lastReturnId=37

/cac/v1/payments/john1?startDate=2019-10-24 15:22:47&endDate=2019-10-24 15:24:47

Language