@Service @Transactional public class MiddlewarePaymentServiceImpl extends Object implements MiddlewarePaymentService
| Constructor and Description |
|---|
MiddlewarePaymentServiceImpl() |
public TransactionStatusTO getPaymentStatusById(String paymentId)
getPaymentStatusById in interface MiddlewarePaymentServicepublic SCAPaymentResponseTO initiatePaymentCancellation(ScaInfoTO scaInfoTO, String paymentId)
initiatePaymentCancellation in interface MiddlewarePaymentServicepublic SCAPaymentResponseTO initiatePayment(ScaInfoTO scaInfoTO, PaymentTO payment, PaymentTypeTO paymentType)
initiatePayment in interface MiddlewarePaymentServicepublic SCAPaymentResponseTO executePayment(ScaInfoTO scaInfoTO, PaymentTO payment)
executePayment in interface MiddlewarePaymentServicepublic PaymentTO getPaymentById(String paymentId)
getPaymentById in interface MiddlewarePaymentServicepublic String iban(String paymentId)
iban in interface MiddlewarePaymentService@Transactional(noRollbackFor=de.adorsys.ledgers.util.exception.ScaModuleException.class) public SCAPaymentResponseTO authorizePayment(ScaInfoTO scaInfoTO, String paymentId)
authorizePayment in interface MiddlewarePaymentService@Transactional(noRollbackFor=de.adorsys.ledgers.util.exception.ScaModuleException.class) public SCAPaymentResponseTO authorizeCancelPayment(ScaInfoTO scaInfoTO, String paymentId, String cancellationId)
authorizeCancelPayment in interface MiddlewarePaymentServicepublic List<PaymentTO> getPendingPeriodicPayments(ScaInfoTO scaInfoTO)
getPendingPeriodicPayments in interface MiddlewarePaymentServicepublic SCAPaymentResponseTO selectSCAMethodForPayment(ScaInfoTO scaInfoTO, String paymentId)
selectSCAMethodForPayment in interface MiddlewarePaymentServicepublic SCAPaymentResponseTO selectSCAMethodForCancelPayment(ScaInfoTO scaInfoTO, String paymentId, String cancellationId)
selectSCAMethodForCancelPayment in interface MiddlewarePaymentServicepublic SCAPaymentResponseTO loadSCAForPaymentData(ScaInfoTO scaInfoTO, String paymentId)
loadSCAForPaymentData in interface MiddlewarePaymentServicepublic SCAPaymentResponseTO loadSCAForCancelPaymentData(ScaInfoTO scaInfoTO, String paymentId, String cancellationId)
loadSCAForCancelPaymentData in interface MiddlewarePaymentServiceCopyright © 2020. All rights reserved.