Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 2.57 KB

EditBankConnectionParams.md

File metadata and controls

12 lines (9 loc) · 2.57 KB

# EditBankConnectionParams

Properties

Name Type Description Notes
name string New name for the bank connection. If you do not want to change the current name let this field remain unset. If you want to clear the current name, set the field's value to an empty string (&quot;&quot;).<br/><br/><strong>NOTE:</strong> If you are a Web Form 2.0 customer, and would like to update the name of your bank connection, please use the API parameter. [optional]
banking_interface \OpenAPI\Client\Model\BankingInterface [optional]
login_credentials \OpenAPI\Client\Model\LoginCredential[] Set of login credentials that you want to edit. Must be passed in combination with the 'bankingInterface' field. The labels that you pass must match with the login credential labels that the respective interface defines. If you want to clear the stored value for a credential, you can pass an empty string (&quot;&quot;) as value. Note that any change in the credentials will automatically remove the saved consent data associated with those credentials.<br/><br/><strong>NOTE:</strong> If you are a Web Form 2.0 customer, and would like to allow your end-users to change the credentials they have stored in our system, then please navigate <a target=&quot;_blank&quot; href='?product=web_form_2.0#post-/api/tasks/backgroundUpdate' target='_blank'>here</a> to implement the same functionality.<br/> <strong>Type:</strong> LoginCredential [optional]
default_two_step_procedure_id string New default two-step-procedure. Must match the 'procedureId' of one of the procedures that are listed in the bank connection. If you do not want to change this field let it remain unset. If you want to clear the current default two-step-procedure, set the field's value to an empty string (&quot;&quot;).<br/><br/><strong>NOTE:</strong> If you are a Web Form 2.0 customer and would like to allow your end users to update their preferred TAN procedure that is stored in our system, then please navigate <a target=&quot;_blank&quot; href='?product=web_form_2.0#post-/api/tasks/backgroundUpdate'>here</a> to implement the same functionality. [optional]

[Back to Model list] [Back to API list] [Back to README]