@RestController(value="/pis-cancellation") @RequestMapping(value="/pis-cancellation") public class PisCancellationController extends AbstractXISController implements PisCancellationApi
aspspConsentDataClient, auth, authInterceptor, referencePolicy, request, response, responseUtils, tokenStorageServiceBASE_PATH| Constructor and Description |
|---|
PisCancellationController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
authorisePayment(String encryptedPaymentId,
String authorisationId,
String consentAndAccessTokenCookieString,
String authCode) |
String |
getBasePath() |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
login(String encryptedPaymentId,
String authorisationId,
String login,
String pin,
String consentCookieString) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
pisDone(String encryptedPaymentId,
String authorisationId,
String consentAndAccessTokenCookieString,
Boolean forgetConsent,
Boolean backToTpp) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
selectMethod(String encryptedPaymentId,
String authorisationId,
String scaMethodId,
String consentAndAccessTokenCookieString) |
authpublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> login(String encryptedPaymentId, String authorisationId, String login, String pin, String consentCookieString)
login in interface PisCancellationApipublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> selectMethod(String encryptedPaymentId, String authorisationId, String scaMethodId, String consentAndAccessTokenCookieString)
selectMethod in interface PisCancellationApipublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> authorisePayment(String encryptedPaymentId, String authorisationId, String consentAndAccessTokenCookieString, String authCode)
authorisePayment in interface PisCancellationApipublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> pisDone(String encryptedPaymentId, String authorisationId, String consentAndAccessTokenCookieString, Boolean forgetConsent, Boolean backToTpp)
pisDone in interface PisCancellationApipublic String getBasePath()
getBasePath in class AbstractXISControllerCopyright © 2019. All rights reserved.