protected <T> Response<StartScaProcessResponse> |
BasePaymentInitiationService.startSinglePaymentAuthorisation(PaymentProduct paymentProduct,
String paymentId,
RequestHeaders requestHeaders,
UpdatePsuAuthentication updatePsuAuthentication,
Class<T> klass,
Function<T,StartScaProcessResponse> mapper) |
protected <T> Response<SelectPsuAuthenticationMethodResponse> |
BasePaymentInitiationService.updatePaymentPsuData(String paymentService,
PaymentProduct paymentProduct,
String paymentId,
String authorisationId,
RequestHeaders requestHeaders,
SelectPsuAuthenticationMethod selectPsuAuthenticationMethod,
Class<T> klass,
Function<T,SelectPsuAuthenticationMethodResponse> mapper) |
protected <T> Response<UpdatePsuAuthenticationResponse> |
BasePaymentInitiationService.updatePaymentPsuData(String paymentService,
PaymentProduct paymentProduct,
String paymentId,
String authorisationId,
RequestHeaders requestHeaders,
UpdatePsuAuthentication updatePsuAuthentication,
Class<T> klass,
Function<T,UpdatePsuAuthenticationResponse> mapper) |