POST
/
aa
/
fi
{
  "fi_verification_id": "Fi_12345",
  "consent_verification_id": "abc12345",
  "fi_ref_id": 12462,
  "fi_from": "2023-01-01T00:00:00Z",
  "fi_to": "2023-12-31T23:59:59Z",
  "status": "PENDING",
  "fi_data": []
}

Authorizations

x-client-id
string
header
required

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Body

application/json

Find the request body parameters to request FI for AA.

It is the unique ID you created in the Request Consent API to identify the consent request.

fi_from
string
required

It is the beginning date and time of the financial information you require.

fi_to
string
required

It is the ending date and time of the financial information you require.

fi_verification_id
string
required

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.

Response

200 - application/json

It is the unique ID you created in the Request Consent API to identify the consent request.

fi_data
object[]
fi_from
string

It is the beginning date and time of the financial information you require.

fi_ref_id
number

It displays the unique ID created by Cashfree Payments for reference purpose.

fi_to
string

It is the ending date and time of the financial information you require.

fi_verification_id
string

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.

status
string

It displays the status of the financial information request. Possible values are

- `SUCCESS`
- `ACTIVE`
- `FAILED`
- `EXPIRED`
- `PENDING`