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<ConsentsResponse> createConsent(Map<String,String> queryParameters, Map<String,String> headers, Consents consents)
Response<ConsentInformationResponse> getConsentInformation(String consentId, Map<String,String> queryParameters, Map<String,String> headers)
Response<Void> deleteConsent(String consentId, Map<String,String> queryParameters, Map<String,String> headers)
Response<ConsentStatusResponse> getConsentStatus(String consentId, Map<String,String> queryParameters, Map<String,String> headers)
Response<StartScaProcessResponse> startConsentAuthorisation(String consentId, Map<String,String> queryParameters, Map<String,String> headers, UpdateAuthorisation updateAuthentication)
Response<UpdateAuthorisationResponse> updateConsentsPsuData(String consentId, String authorisationId, Map<String,String> queryParameters, Map<String,String> headers, UpdateAuthorisation updateAuthentication)
Response<ScaStatusResponse> getConsentScaStatus(String consentId, String authorisationId, Map<String,String> queryParameters, Map<String,String> headers)
Response<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.