| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MiddlewareAccountManagementService.confirmFundsAvailability(FundsConfirmationRequestTO request)
Confirm the availability of funds on user account to perform the operation with specified amount
|
void |
MiddlewareAccountManagementService.depositCash(String accountId,
AmountTO amount)
Deposits given amount in cash into specified account.
|
List<AccountDetailsTO> |
MiddlewareAccountManagementService.getAllAccountDetailsByUserLogin(String userLogin)
Retrieves a List of AccountDetails by user login (psuId)
|
AccountDetailsTO |
MiddlewareAccountManagementService.getDepositAccountByIban(String iban,
LocalDateTime time,
boolean withBalance)
Retrieves AccountDetails with Balance on demand
|
AccountDetailsTO |
MiddlewareAccountManagementService.getDepositAccountById(String Id,
LocalDateTime time,
boolean withBalance)
Retrieves AccountDetails with Balance on demand
|
TransactionTO |
MiddlewareAccountManagementService.getTransactionById(String accountId,
String transactionId)
Retrieves transaction by accountId and transactionId
|
List<TransactionTO> |
MiddlewareAccountManagementService.getTransactionsByDates(String accountId,
LocalDate dateFrom,
LocalDate dateTo)
Retrieves a List of transactions by accountId and dates (from/to) if dateTo is empty it is considered that requested date is today
|
void |
MiddlewareAccountManagementService.grantAccessToDepositAccount(AccountAccessTO accountAccess)
Provide account access to another user of the system.
|
BearerTokenTO |
MiddlewareAccountManagementService.grantAisConsent(AisConsentTO aisConsent)
Provide a third party provider with necessary permission to read accounts and
transaction informations for the specified account.
|
<T> SCAPaymentResponseTO |
MiddlewarePaymentService.initiatePayment(T payment,
PaymentTypeTO paymentType)
PROC:01 Initiates a payment.
|
Copyright © 2019. All rights reserved.