| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
SCALoginResponseTO |
MiddlewareOnlineBankingService.authenticateForLogin(String authorisationId,
String authCode)
PROC: 02c
|
SCAPaymentResponseTO |
MiddlewarePaymentService.authorizeCancelPayment(String paymentId,
String cancellationId,
String authCode) |
SCAConsentResponseTO |
MiddlewareAccountManagementService.authorizeConsent(String consentId,
String authorisationId,
String authCode)
Authorizes a consent request.
|
SCAPaymentResponseTO |
MiddlewarePaymentService.authorizePayment(String paymentId,
String authorisationId,
String authCode)
PROC: 02c
|
SCALoginResponseTO |
MiddlewareOnlineBankingService.generateLoginAuthCode(String scaUserDataId,
String authorisationId,
String userMessage,
int validitySeconds)
After the PSU selects the SCA method, this is called to generate and send the login auth code.
|
SCAConsentResponseTO |
MiddlewareAccountManagementService.selectSCAMethodForAisConsent(String consentId,
String authorisationId,
String scaMethodId) |
SCAPaymentResponseTO |
MiddlewarePaymentService.selectSCAMethodForCancelPayment(String paymentId,
String cancellationId,
String scaMethodId) |
SCAPaymentResponseTO |
MiddlewarePaymentService.selectSCAMethodForPayment(String paymentId,
String authorisationId,
String scaMethodId) |
Copyright © 2019. All rights reserved.