@Service public class RedirectAndEmbeddedPaymentService extends Object implements ScaPaymentService
| Constructor and Description |
|---|
RedirectAndEmbeddedPaymentService() |
| Modifier and Type | Method and Description |
|---|---|
BulkPaymentInitiationResponse |
createBulkPayment(BulkPayment bulkPayment,
TppInfo tppInfo,
String paymentProduct,
PsuIdData psuIdData) |
PeriodicPaymentInitiationResponse |
createPeriodicPayment(PeriodicPayment payment,
TppInfo tppInfo,
String paymentProduct,
PsuIdData psuIdData) |
SinglePaymentInitiationResponse |
createSinglePayment(SinglePayment payment,
TppInfo tppInfo,
String paymentProduct,
PsuIdData psuIdData) |
public SinglePaymentInitiationResponse createSinglePayment(SinglePayment payment, TppInfo tppInfo, String paymentProduct, PsuIdData psuIdData)
createSinglePayment in interface ScaPaymentServicepublic PeriodicPaymentInitiationResponse createPeriodicPayment(PeriodicPayment payment, TppInfo tppInfo, String paymentProduct, PsuIdData psuIdData)
createPeriodicPayment in interface ScaPaymentServicepublic BulkPaymentInitiationResponse createBulkPayment(BulkPayment bulkPayment, TppInfo tppInfo, String paymentProduct, PsuIdData psuIdData)
createBulkPayment in interface ScaPaymentServiceCopyright © 2019. All rights reserved.