@RestController(value="/pis") @RequestMapping(value="/pis") public class PISController extends AbstractXISController implements PISApi
aspspConsentDataClient, auth, authInterceptor, referencePolicy, request, response, responseUtils, tokenStorageService| Constructor and Description |
|---|
PISController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
authrizedPayment(String encryptedPaymentId,
String authorisationId,
String consentAndaccessTokenCookieString,
String authCode) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
failPaymentAuthorisation(String encryptedPaymentId,
String authorisationId,
String cookieString) |
String |
getBasePath() |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
initiatePayment(String encryptedPaymentId,
String authorisationId,
String consentAndaccessTokenCookieString) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
login(String encryptedPaymentId,
String authorisationId,
String login,
String pin,
String consentCookieString) |
org.springframework.http.ResponseEntity<AuthorizeResponse> |
pisAuth(String redirectId,
String encryptedPaymentId) |
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<AuthorizeResponse> pisAuth(String redirectId, String encryptedPaymentId)
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> login(String encryptedPaymentId, String authorisationId, String login, String pin, String consentCookieString)
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> initiatePayment(String encryptedPaymentId, String authorisationId, String consentAndaccessTokenCookieString)
initiatePayment in interface PISApipublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> selectMethod(String encryptedPaymentId, String authorisationId, String scaMethodId, String consentAndaccessTokenCookieString)
selectMethod in interface PISApipublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> authrizedPayment(String encryptedPaymentId, String authorisationId, String consentAndaccessTokenCookieString, String authCode)
authrizedPayment in interface PISApipublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> failPaymentAuthorisation(String encryptedPaymentId, String authorisationId, String cookieString)
failPaymentAuthorisation in interface PISApipublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> pisDone(String encryptedPaymentId, String authorisationId, String consentAndAccessTokenCookieString, Boolean forgetConsent, Boolean backToTpp)
public String getBasePath()
getBasePath in class AbstractXISControllerCopyright © 2019. All rights reserved.