ApiBankConnectionService

class ApiBankConnectionService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase

Constructors

ApiBankConnectionService
Link copied to clipboard
fun ApiBankConnectionService(apiKey: String)
ApiBankConnectionService
Link copied to clipboard
fun ApiBankConnectionService(apiKey: String, backendUrl: String)
ApiBankConnectionService
Link copied to clipboard
fun ApiBankConnectionService(apiKey: String, client: OkHttpClient)

Functions

create
Link copied to clipboard
fun create(body: BankConnectionRequest): WizardSessionResponse
Create a xs2a.
delete
Link copied to clipboard
fun delete(connectionId: String)
Delete a specific Bank Connection
get
Link copied to clipboard
fun get(connectionId: String): BankConnection
Get a specific Bank Connection
list
Link copied to clipboard
fun list(per_page: Int = 15, page: Int = 1): BankConnectionList
Get a list of all bank connections for a xs2a.
reset
Link copied to clipboard
fun reset(connectionId: String): WizardSessionResponse
Reset a bank connection regardless of its sync mode.
sync
Link copied to clipboard
fun sync(connectionId: String, syncParameters: BankConnectionSyncParameters? = null): WizardSessionResponse?
Sync a bank connection.