@Service @Transactional public class MiddlewarePaymentServiceImpl extends Object implements MiddlewarePaymentService
| Constructor and Description |
|---|
MiddlewarePaymentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
SCAPaymentResponseTO |
authorizeCancelPayment(ScaInfoTO scaInfoTO,
String paymentId) |
SCAPaymentResponseTO |
authorizePayment(ScaInfoTO scaInfoTO,
String paymentId) |
SCAPaymentResponseTO |
executePayment(ScaInfoTO scaInfoTO,
String paymentId) |
PaymentTO |
getPaymentById(String paymentId) |
TransactionStatusTO |
getPaymentStatusById(String paymentId) |
List<PaymentTO> |
getPendingPeriodicPayments(ScaInfoTO scaInfoTO) |
String |
iban(String paymentId) |
SCAPaymentResponseTO |
initiatePayment(ScaInfoTO scaInfoTO,
PaymentTO payment,
PaymentTypeTO paymentType) |
SCAPaymentResponseTO |
initiatePaymentCancellation(ScaInfoTO scaInfoTO,
String paymentId) |
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, String paymentId)
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)
authorizeCancelPayment in interface MiddlewarePaymentServicepublic List<PaymentTO> getPendingPeriodicPayments(ScaInfoTO scaInfoTO)
getPendingPeriodicPayments in interface MiddlewarePaymentServiceCopyright © 2020. All rights reserved.