get https://payout-api.cashfree.com/payout/v1/beneHistory
Use this API to fetch the transaction history for a particular beneficiary and for a desired period of time.
Note:
- This API is rate-limited, it supports 100 requests per minute.
- It supports pagination. Use page parameters to display the next pages.
Response Codes
Sub Code | Status | Message |
---|---|---|
200 | SUCCESS | Data retrieved successfully. |
403 | ERROR | Token is invalid. |
403 | ERROR | APIs not enabled. Please reach out to [email protected] |
405 | ERROR | Invalid request URL or HTTP method. |
422 | ERROR | Requested date range is invalid. |
422 | ERROR | Page value should be minimum 1. |
422 | ERROR | Please provide a valid Beneficiary Id. |
429 | ERROR | Too many requests. |
520 | ERROR | Unknown error occurred. |