POST
/
aa
/
fi
Request Financial Information
curl --request POST \
  --url https://sandbox.cashfree.com/verification/aa/fi \
  --header 'Content-Type: application/json' \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>' \
  --data '{
  "fi_verification_id": "Fi_12345",
  "consent_verification_id": "abc12345",
  "fi_from": "2023-01-01T00:00:00Z",
  "fi_to": "2023-12-31T23:59:59Z"
}'
{
  "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 parameters to request FI for AA.

Find the request body parameters to request FI for AA.

Response

200
application/json

Consent created successfully

The response is of type object.