Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Body
Find the request parameters to request FI for AA.
It is the unique ID you create to identify the financial information request. The maximum character limit is 50. Only alphaumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
""
It is the unique ID you created in the Request Consent API to identify the consent request.
""
It is the beginning date and time of the financial information you require.
"2023-01-01T00:00:00Z"
It is the ending date and time of the financial information you require.
"2023-12-31T23:59:59Z"
Response
Consent created successfully
It is the unique ID you create to identify the financial information request. The maximum character limit is 50. Only alphaumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
"abc123"
It is the unique ID you created in the Request Consent API to identify the consent request.
"def456"
It displays the unique ID created by Cashfree Payments for reference purpose.
123456
It displays the status of the financial information request. Possible values are
- `SUCCESS`
- `ACTIVE`
- `FAILED`
- `EXPIRED`
- `PENDING`
"ACTIVE"
It is the beginning date and time of the financial information you require.
"2024-01-01T00:00:00Z"
It is the ending date and time of the financial information you require.
"2024-12-31T23:59:59Z"