| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.rest.resource |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<SCAPaymentResponseTO> |
PaymentRestAPI.authorizeCancelPayment(String paymentId,
String cancellationId,
String authCode) |
org.springframework.http.ResponseEntity<SCALoginResponseTO> |
UserMgmtRestAPI.authorizeLogin(String scaId,
String authorisationId,
String authCode)
Send the auth code for two factor login.
|
org.springframework.http.ResponseEntity<SCAPaymentResponseTO> |
PaymentRestAPI.authorizePayment(String paymentId,
String authorisationId,
String authCode) |
org.springframework.http.ResponseEntity<SCAPaymentResponseTO> |
PaymentRestAPI.initiatePmtCancellation(String paymentId) |
org.springframework.http.ResponseEntity<SCALoginResponseTO> |
UserMgmtRestAPI.selectMethod(String scaId,
String authorisationId,
String scaMethodId)
Selects the scaMethod to use for sending a login transaction number to the user.
|
Copyright © 2019. All rights reserved.