| Package | Description |
|---|---|
| de.adorsys.ledgers.oba.rest.api.resource |
| Modifier and Type | Method and Description |
|---|---|
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.login(String encryptedPaymentId,
String authorisationId,
String login,
String pin,
String consentCookieString)
Identifies the user by login an pin.
|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
PISApi.pisDone(String encryptedPaymentId,
String authorisationId,
String consentAndAccessTokenCookieString,
Boolean forgetConsent,
Boolean backToTpp,
boolean isOauth2Integrated)
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.pisDone(String encryptedPaymentId,
String authorisationId,
String consentAndAccessTokenCookieString,
Boolean forgetConsent,
Boolean backToTpp,
boolean isOauth2Integrated)
This call provides the server with the opportunity to close this session and
redirect the PSU to the TPP or close the application window.
|
Copyright © 2019. All rights reserved.