@RestController public class PaymentController extends Object implements PaymentApi
log| Constructor and Description |
|---|
PaymentController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
cancelPayment(String paymentService,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentCancellationScaStatus(String paymentService,
String paymentId,
String cancellationId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentInformation(String paymentService,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentInitiationAuthorisation(String paymentService,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentInitiationCancellationAuthorisationInformation(String paymentService,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentInitiationScaStatus(String paymentService,
String paymentId,
String authorisationId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentInitiationStatus(String paymentService,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
initiatePayment(Object body,
String paymentService,
String paymentProduct,
UUID xRequestID,
String psUIPAddress,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String consentID,
Boolean tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
Boolean tpPExplicitAuthorisationPreferred,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
startPaymentAuthorisation(String paymentService,
String paymentId,
UUID xRequestID,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
startPaymentInitiationCancellationAuthorisation(String paymentService,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String psUIPAddress,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
updatePaymentCancellationPsuData(String paymentService,
String paymentId,
String cancellationId,
UUID xRequestID,
Object body,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String psUIPAddress,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
updatePaymentPsuData(String paymentService,
String paymentId,
String authorisationId,
UUID xRequestID,
Object body,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String psUIPAddress,
Object psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_cancelPayment, _getPaymentCancellationScaStatus, _getPaymentInformation, _getPaymentInitiationAuthorisation, _getPaymentInitiationCancellationAuthorisationInformation, _getPaymentInitiationScaStatus, _getPaymentInitiationStatus, _initiatePayment, _startPaymentAuthorisation, _startPaymentInitiationCancellationAuthorisation, _updatePaymentCancellationPsuData, _updatePaymentPsuData, getAcceptHeader, getObjectMapper, getRequestpublic org.springframework.http.ResponseEntity getPaymentInitiationStatus(String paymentService, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentInitiationStatus in interface PaymentApipublic org.springframework.http.ResponseEntity getPaymentInformation(String paymentService, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentInformation in interface PaymentApipublic org.springframework.http.ResponseEntity initiatePayment(Object body, String paymentService, String paymentProduct, UUID xRequestID, String psUIPAddress, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String consentID, Boolean tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, Boolean tpPExplicitAuthorisationPreferred, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
initiatePayment in interface PaymentApipublic org.springframework.http.ResponseEntity cancelPayment(String paymentService, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
cancelPayment in interface PaymentApipublic org.springframework.http.ResponseEntity getPaymentCancellationScaStatus(String paymentService, String paymentId, String cancellationId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentCancellationScaStatus in interface PaymentApipublic org.springframework.http.ResponseEntity getPaymentInitiationAuthorisation(String paymentService, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentInitiationAuthorisation in interface PaymentApipublic org.springframework.http.ResponseEntity getPaymentInitiationCancellationAuthorisationInformation(String paymentService, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentInitiationCancellationAuthorisationInformation in interface PaymentApipublic org.springframework.http.ResponseEntity getPaymentInitiationScaStatus(String paymentService, String paymentId, String authorisationId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentInitiationScaStatus in interface PaymentApipublic org.springframework.http.ResponseEntity startPaymentAuthorisation(String paymentService, String paymentId, UUID xRequestID, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
startPaymentAuthorisation in interface PaymentApipublic org.springframework.http.ResponseEntity startPaymentInitiationCancellationAuthorisation(String paymentService, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String psUIPAddress, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
startPaymentInitiationCancellationAuthorisation in interface PaymentApipublic org.springframework.http.ResponseEntity updatePaymentCancellationPsuData(String paymentService, String paymentId, String cancellationId, UUID xRequestID, Object body, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String psUIPAddress, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
updatePaymentCancellationPsuData in interface PaymentApipublic org.springframework.http.ResponseEntity updatePaymentPsuData(String paymentService, String paymentId, String authorisationId, UUID xRequestID, Object body, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String psUIPAddress, Object psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
updatePaymentPsuData in interface PaymentApiCopyright © 2018 Pivotal Software, Inc.. All rights reserved.