Use AccountInformationService instead.
@Deprecated public interface Psd2AccountInformationService
Response<AccountList> getAccounts(Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<ReadAccountBalanceResponse> getBalances(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse getTransactions(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<TransactionDetailsResponse> getTransactionDetails(String accountId, String transactionId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<ConsentsResponse> createConsent(Map<String,String> queryParameters, Map<String,String> headers, Consents consents) throws IOException
IOExceptionResponse<ConsentInformationResponse> getConsentInformation(String consentId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<Void> deleteConsent(String consentId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<ConsentStatusResponse> getConsentStatus(String consentId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<StartScaProcessResponse> startConsentAuthorisation(String consentId, Map<String,String> queryParameters, Map<String,String> headers, UpdateAuthorisation updateAuthentication) throws IOException
IOExceptionResponse<UpdateAuthorisationResponse> updateConsentsPsuData(String consentId, String authorisationId, Map<String,String> queryParameters, Map<String,String> headers, UpdateAuthorisation updateAuthentication) throws IOException
IOExceptionResponse<ScaStatusResponse> getConsentScaStatus(String consentId, String authorisationId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<CardAccountList> getCardAccountList(Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<CardAccountDetailsResponse> getCardAccountDetails(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<ReadCardAccountBalanceResponse> getCardAccountBalances(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<CardAccountsTransactionsResponse> getCardAccountTransactionList(String accountId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionCopyright © 2020. All rights reserved.