| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
SCALoginResponseTO |
MiddlewareOnlineBankingService.authenticateForLogin(ScaInfoTO scaInfoTO)
PROC: 02c
|
SCAPaymentResponseTO |
MiddlewarePaymentService.authorizeCancelPayment(ScaInfoTO scaInfoTO,
String paymentId,
String cancellationId) |
SCAConsentResponseTO |
MiddlewareAccountManagementService.authorizeConsent(ScaInfoTO scaInfoTO,
String consentId)
Authorizes a consent request.
|
SCAPaymentResponseTO |
MiddlewarePaymentService.authorizePayment(ScaInfoTO scaInfoTO,
String paymentId)
PROC: 02c
|
void |
MiddlewareAccountManagementService.createDepositAccount(ScaInfoTO scaInfoTO,
String accountNumberPrefix,
String accountNumberSuffix,
AccountDetailsTO accDetails)
Creates a new DepositAccount for the connected user.
|
void |
MiddlewareAccountManagementService.createDepositAccount(String userId,
ScaInfoTO scaInfoTO,
AccountDetailsTO depositAccount)
Creates a new DepositAccount.
|
void |
MiddlewareAccountManagementService.depositCash(ScaInfoTO scaInfoTO,
String accountId,
AmountTO amount)
Deposits given amount in cash into specified account.
|
SCALoginResponseTO |
MiddlewareOnlineBankingService.generateLoginAuthCode(ScaInfoTO scaInfoTO,
String userMessage,
int validitySeconds)
After the PSU selects the SCA method, this is called to generate and send the login auth code.
|
SCAConsentResponseTO |
MiddlewareAccountManagementService.grantAisConsent(ScaInfoTO scaInfoTO,
AisConsentTO aisConsent)
Provide a third party provider with necessary permission to read accounts and
transaction information for the specified account.
|
<T> SCAPaymentResponseTO |
MiddlewarePaymentService.initiatePayment(ScaInfoTO scaInfoTO,
T payment,
PaymentTypeTO paymentType)
PROC:01 Initiates a payment.
|
SCAPaymentResponseTO |
MiddlewarePaymentService.initiatePaymentCancellation(ScaInfoTO scaInfoTO,
String paymentId)
Checks the possibility of payment cancellation
|
SCAPaymentResponseTO |
MiddlewarePaymentService.loadSCAForCancelPaymentData(ScaInfoTO scaInfoTO,
String paymentId,
String cancellationId) |
SCAPaymentResponseTO |
MiddlewarePaymentService.loadSCAForPaymentData(ScaInfoTO scaInfoTO,
String paymentId) |
SCAPaymentResponseTO |
MiddlewarePaymentService.selectSCAMethodForCancelPayment(ScaInfoTO scaInfoTO,
String paymentId,
String cancellationId) |
SCAPaymentResponseTO |
MiddlewarePaymentService.selectSCAMethodForPayment(ScaInfoTO scaInfoTO,
String paymentId) |
SCAConsentResponseTO |
MiddlewareAccountManagementService.startSCA(ScaInfoTO scaInfoTO,
String consentId,
AisConsentTO aisConsent)
Start an account consent process.
|
void |
MiddlewareUserManagementService.updateAccountAccess(ScaInfoTO scaInfo,
String userId,
AccountAccessTO access)
Adds new account for a specific User
|
Copyright © 2019. All rights reserved.