# BankID/Diia: Create a verification Create a verification using BankID or Diia services in Ukraine Endpoint: POST /external-verifications Security: Your API key ## Response 200 fields (application/json): - `external_verification_id` (string,null) A unique identifier of an object in your system - `verification_id` (string,null) A unique identifier for a verification, assigned by our system after a verification is created using the “Create a verification" request - `applicant_id` (string) A unique identifier of an applicant, that is assigned by our system after an applicant object was created with a “Create an applicant” request - `request` (object) - `request.method` (string) Name of an entity, that provides verfication with BankID for an applicant Enum: "PRIVATBANK", "MONOBANK" - `request.url` (string) An URL address for BankID services - `additional_requests` (array) - `additional_requests.type` (string) Name of an entity, that provides verfication with BankID for an applicant Enum: "PRIVATBANK", "MONOBANK" - `additional_requests.method` (string) Name of HTTP request method, which should be applied to an URL in order to initiate creation of a verification Enum: "GET", "POST" ## Response 400 fields (application/json): - `type` (string) Example: "bad_request" - `errors` (array) ## Response 500 fields (application/json): - `type` (string) Example: "internal_server" - `errors` (array)