public interface Psd2PaymentInitiationService
Response<PaymentInitiationRequestResponse> initiatePayment(PaymentService paymentService, PaymentProduct paymentProduct, Map<String,String> queryParameters, Map<String,String> headers, PaymentInitiation body) throws IOException
IOExceptionResponse<PaymentInitiationRequestResponse> initiatePayment(PaymentService paymentService, PaymentProduct paymentProduct, Map<String,String> queryParameters, Map<String,String> headers, String body) throws IOException
IOExceptionResponse<Object> getPaymentInformation(PaymentService paymentService, PaymentProduct paymentProduct, String paymentId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<Object> getPaymentInitiationStatus(PaymentService paymentService, PaymentProduct paymentProduct, String paymentId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<Authorisations> getPaymentInitiationAuthorisation(PaymentService paymentService, PaymentProduct paymentProduct, String paymentId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<StartScaProcessResponse> startPaymentAuthorisation(PaymentService paymentService, PaymentProduct paymentProduct, String paymentId, Map<String,String> queryParameters, Map<String,String> headers, UpdateAuthorisation body) throws IOException
IOExceptionResponse<ScaStatusResponse> getPaymentInitiationScaStatus(PaymentService paymentService, PaymentProduct paymentProduct, String paymentId, String authorisationId, Map<String,String> queryParameters, Map<String,String> headers) throws IOException
IOExceptionResponse<UpdateAuthorisationResponse> updatePaymentPsuData(PaymentService paymentService, PaymentProduct paymentProduct, String paymentId, String authorisationId, Map<String,String> queryParameters, Map<String,String> headers, UpdateAuthorisation body) throws IOException
IOExceptionCopyright © 2020. All rights reserved.