# Creates an identity verification request for a customer. Endpoint: POST /finance/api/v1/identity-verification ## Request fields (application/json): - `customerId` (integer) - `docs` (array,null) - `docs.content` (string,null) - `docs.documentType` (string,null) - `docs.extension` (string,null) - `isDeveloperInitiated` (boolean) - `provider` (array,null) - `result` (string,null) - `verificationResult` (string,null) ## Response 200 fields