| Package | Description |
|---|---|
| de.adorsys.ledgers.oba.rest.api.domain | |
| de.adorsys.ledgers.oba.rest.api.exception | |
| de.adorsys.ledgers.oba.rest.api.resource |
| Modifier and Type | Method and Description |
|---|---|
PaymentAuthorizeResponse |
PaymentWorkflow.getAuthResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentWorkflow.setAuthResponse(PaymentAuthorizeResponse authResponse) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PaymentAuthorizeException.getError() |
| Constructor and Description |
|---|
PaymentAuthorizeException(org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> error) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PisCancellationApi.authorisePayment(String encryptedPaymentId,
String authorisationId,
String consentAndaccessTokenCookieString,
String authCode)
Provides a TAN for the validation of an authorization
|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PISApi.authrizedPayment(String encryptedPaymentId,
String authorisationId,
String consentAndaccessTokenCookieString,
String authCode)
Provides a TAN for the validation of an authorization
|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PISApi.failPaymentAuthorisation(String encryptedPaymentId,
String authorisationId,
String cookieString)
Fails PIS authorisation object by its ID.
|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PISApi.initiatePayment(String encryptedPaymentId,
String authorisationId,
String consentAndaccessTokenCookieString)
Calls the consent validation page.
|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PisCancellationApi.login(String encryptedPaymentId,
String authorisationId,
String login,
String pin,
String consentCookieString)
Identifies the user by login an pin.
|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PISApi.login(String encryptedPaymentId,
String authorisationId,
String login,
String pin,
String consentCookieString)
Identifies the user by login an pin.
|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PisCancellationApi.pisDone(String encryptedPaymentId,
String authorisationId,
String consentAndAccessTokenCookieString,
Boolean forgetConsent,
Boolean backToTpp)
This call provides the server with the opportunity to close this session and
redirect the PSU to the TPP or close the application window.
|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PISApi.pisDone(String encryptedPaymentId,
String authorisationId,
String consentAndAccessTokenCookieString,
Boolean forgetConsent,
Boolean backToTpp)
This call provides the server with the opportunity to close this session and
redirect the PSU to the TPP or close the application window.
|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PisCancellationApi.selectMethod(String encryptedPaymentId,
String authorisationId,
String scaMethodId,
String consentAndaccessTokenCookieString)
Selects the SCA Method for use.
|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PISApi.selectMethod(String encryptedPaymentId,
String authorisationId,
String scaMethodId,
String consentAndaccessTokenCookieString)
Selects the SCA Method for use.
|
Copyright © 2019. All rights reserved.