importAccount
abstract fun importAccount(importAccount: ImportBankConnectionRequestDto): ImportBankConnectionResponseDto
Imports a bank connection using the provided importAccount request.
Return
The response object containing the status, bankConnectionId, and webFormURL if required.
Parameters
importAccount
The request object for importing a bank connection. This object contains the bankId and languageCode.
Throws
If an error occurs during the import process.