public class PaymentInitiationServiceImpl extends Object implements PaymentInitiationService
| Constructor and Description |
|---|
PaymentInitiationServiceImpl(AdapterServiceLoader adapterServiceLoader) |
public PaymentInitiationServiceImpl(AdapterServiceLoader adapterServiceLoader)
public Response<PaymentInitiationRequestResponse> initiateSinglePayment(String paymentProduct, RequestHeaders requestHeaders, Object body)
initiateSinglePayment in interface PaymentInitiationServicepublic Response<SinglePaymentInitiationInformationWithStatusResponse> getSinglePaymentInformation(String paymentProduct, String paymentId, RequestHeaders requestHeaders)
getSinglePaymentInformation in interface PaymentInitiationServicepublic Response<PaymentInitiationScaStatusResponse> getPaymentInitiationScaStatus(String paymentService, String paymentProduct, String paymentId, String authorisationId, RequestHeaders requestHeaders)
getPaymentInitiationScaStatus in interface PaymentInitiationServicepublic Response<PaymentInitiationStatus> getSinglePaymentInitiationStatus(String paymentProduct, String paymentId, RequestHeaders requestHeaders)
getSinglePaymentInitiationStatus in interface PaymentInitiationServicepublic Response<String> getSinglePaymentInitiationStatusAsString(String paymentProduct, String paymentId, RequestHeaders requestHeaders)
getSinglePaymentInitiationStatusAsString in interface PaymentInitiationServicepublic Response<PaymentInitiationAuthorisationResponse> getPaymentInitiationAuthorisation(String paymentService, String paymentProduct, String paymentId, RequestHeaders requestHeaders)
getPaymentInitiationAuthorisation in interface PaymentInitiationServicepublic Response<StartScaProcessResponse> startSinglePaymentAuthorisation(String paymentProduct, String paymentId, RequestHeaders requestHeaders, UpdatePsuAuthentication updatePsuAuthentication)
startSinglePaymentAuthorisation in interface PaymentInitiationServicepublic Response<SelectPsuAuthenticationMethodResponse> updatePaymentPsuData(String paymentService, String paymentProduct, String paymentId, String authorisationId, RequestHeaders requestHeaders, SelectPsuAuthenticationMethod selectPsuAuthenticationMethod)
updatePaymentPsuData in interface PaymentInitiationServicepublic Response<ScaStatusResponse> updatePaymentPsuData(String paymentService, String paymentProduct, String paymentId, String authorisationId, RequestHeaders requestHeaders, TransactionAuthorisation transactionAuthorisation)
updatePaymentPsuData in interface PaymentInitiationServicepublic Response<UpdatePsuAuthenticationResponse> updatePaymentPsuData(String paymentService, String paymentProduct, String paymentId, String authorisationId, RequestHeaders requestHeaders, UpdatePsuAuthentication updatePsuAuthentication)
updatePaymentPsuData in interface PaymentInitiationServiceCopyright © 2019. All rights reserved.