All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected String |
getPaymentBaseUri() |
Response<PaymentInitiationAuthorisationResponse> |
getPaymentInitiationAuthorisation(String paymentService,
String paymentProduct,
String paymentId,
RequestHeaders requestHeaders) |
Response<PaymentInitiationScaStatusResponse> |
getPaymentInitiationScaStatus(String paymentService,
String paymentProduct,
String paymentId,
String authorisationId,
RequestHeaders requestHeaders) |
protected String |
getSinglePaymentBaseUri() |
Response<SinglePaymentInitiationInformationWithStatusResponse> |
getSinglePaymentInformation(String paymentProduct,
String paymentId,
RequestHeaders requestHeaders) |
Response<PaymentInitiationStatus> |
getSinglePaymentInitiationStatus(String paymentProduct,
String paymentId,
RequestHeaders requestHeaders) |
Response<String> |
getSinglePaymentInitiationStatusAsString(String paymentProduct,
String paymentId,
RequestHeaders requestHeaders) |
protected String |
getUpdatePaymentPsuDataUri(String paymentService,
String paymentProduct,
String paymentId,
String authorisationId) |
protected <T> Response<PaymentInitiationRequestResponse> |
initiateSinglePayment(StandardPaymentProduct paymentProduct,
Object body,
RequestHeaders requestHeaders,
Class<T> klass,
Function<T,PaymentInitiationRequestResponse> mapper) |
Response<PaymentInitiationRequestResponse> |
initiateSinglePayment(String paymentProduct,
RequestHeaders requestHeaders,
Object body) |
protected <T> Response<StartScaProcessResponse> |
startSinglePaymentAuthorisation(PaymentProduct paymentProduct,
String paymentId,
RequestHeaders requestHeaders,
UpdatePsuAuthentication updatePsuAuthentication,
Class<T> klass,
Function<T,StartScaProcessResponse> mapper) |
Response<StartScaProcessResponse> |
startSinglePaymentAuthorisation(String paymentProduct,
String paymentId,
RequestHeaders requestHeaders,
UpdatePsuAuthentication updatePsuAuthentication) |
protected <T> Response<SelectPsuAuthenticationMethodResponse> |
updatePaymentPsuData(String paymentService,
PaymentProduct paymentProduct,
String paymentId,
String authorisationId,
RequestHeaders requestHeaders,
SelectPsuAuthenticationMethod selectPsuAuthenticationMethod,
Class<T> klass,
Function<T,SelectPsuAuthenticationMethodResponse> mapper) |
protected <T> Response<UpdatePsuAuthenticationResponse> |
updatePaymentPsuData(String paymentService,
PaymentProduct paymentProduct,
String paymentId,
String authorisationId,
RequestHeaders requestHeaders,
UpdatePsuAuthentication updatePsuAuthentication,
Class<T> klass,
Function<T,UpdatePsuAuthenticationResponse> mapper) |
Response<SelectPsuAuthenticationMethodResponse> |
updatePaymentPsuData(String paymentService,
String paymentProduct,
String paymentId,
String authorisationId,
RequestHeaders requestHeaders,
SelectPsuAuthenticationMethod selectPsuAuthenticationMethod) |
Response<ScaStatusResponse> |
updatePaymentPsuData(String paymentService,
String paymentProduct,
String paymentId,
String authorisationId,
RequestHeaders requestHeaders,
TransactionAuthorisation transactionAuthorisation) |
protected <T> Response<ScaStatusResponse> |
updatePaymentPsuData(String paymentService,
String paymentProduct,
String paymentId,
String authorisationId,
RequestHeaders requestHeaders,
TransactionAuthorisation transactionAuthorisation,
Class<T> klass,
Function<T,ScaStatusResponse> mapper) |
Response<UpdatePsuAuthenticationResponse> |
updatePaymentPsuData(String paymentService,
String paymentProduct,
String paymentId,
String authorisationId,
RequestHeaders requestHeaders,
UpdatePsuAuthentication updatePsuAuthentication) |