Allows updating the verifications set in the /create endpoint after session creation
| Parameter | Description | Data |
|---|---|---|
| guid | Applicant's session Identifier | string |
| override_bank_verify_enabled | Enable bank verification | 0(no), 1(yes) |
| override_id_verify_enabled | Enable ID verification | 0(no), 1(yes) |
| override_employee_verify_enabled | Enable employee verification | 0(no), 1(yes) |
| override_credit_verify_enabled | Enable credit verification | 0(no), 1(yes) |
Response
"success": true
