Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- accounts :: Endpoint -> AccessToken -> IO (Maybe Accounts)
- statementPeriods :: AccountUid -> Endpoint -> AccessToken -> IO (Maybe AccountStatementPeriods)
- statementDownload :: AccountUid -> String -> FilePath -> Endpoint -> AccessToken -> IO ()
- statementDownloadDateRange :: AccountUid -> String -> String -> FilePath -> Endpoint -> AccessToken -> IO ()
- balance :: AccountUid -> Endpoint -> AccessToken -> IO (Maybe Balance)
- identifiers :: AccountUid -> Endpoint -> AccessToken -> IO (Maybe AccountIdentifiers)
- confirmationOfFunds :: AccountUid -> Int -> Endpoint -> AccessToken -> IO (Maybe ConfirmationOfFundsResponse)
Documentation
accounts :: Endpoint -> AccessToken -> IO (Maybe Accounts) #
GET: /api/v2/accounts
Scopes: ["account:read", "account-list:read"]
statementPeriods :: AccountUid -> Endpoint -> AccessToken -> IO (Maybe AccountStatementPeriods) #
GET: /api/v2/accounts/{accountUid}/statement/available-periods
Scopes: ["statement-csv:read", "statement-pdf:read"]
statementDownload :: AccountUid -> String -> FilePath -> Endpoint -> AccessToken -> IO () #
GET: /api/v2/accounts/{accountUid}/statement/download
Scopes: ["statement-csv:read", "statement-pdf:read"]
statementDownloadDateRange :: AccountUid -> String -> String -> FilePath -> Endpoint -> AccessToken -> IO () #
GET: /api/v2/accounts/{accountUid}/statement/downloadForDateRange
Scopes: ["statement-csv:read", "statement-pdf:read"]
balance :: AccountUid -> Endpoint -> AccessToken -> IO (Maybe Balance) #
GET: /api/v2/accounts/{accountUid}/balance
Scopes: ["balance:read"]
identifiers :: AccountUid -> Endpoint -> AccessToken -> IO (Maybe AccountIdentifiers) #
GET: /api/v2/accounts/{accountUid}/identifiers
Scopes: ["account-identifier:read"]
confirmationOfFunds :: AccountUid -> Int -> Endpoint -> AccessToken -> IO (Maybe ConfirmationOfFundsResponse) #
GET: /api/v2/accounts/{accountUid}/confirmation-of-funds
Scopes: ["confirmation-of-funds:read"]