Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the 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"
