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
headerrequired

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

x-client-secret
string
headerrequired

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

Headers

x-cf-signature
string

Send the signature if IP is not whitelisted

Body

application/json

Find the request body parameters to request FI for AA.

fi_verification_id
string
required
fi_from
string
required
fi_to
string
required

Response

200 - application/json
fi_verification_id
string
fi_ref_id
number
status
enum<string>
Available options:
SUCCESS,
ACTIVE,
FAILED,
EXPIRED,
PENDING
fi_from
string
fi_to
string
fi_data
object[]