| Constructor and Description |
|---|
CreatePisConsentData(Map<SinglePayment,PaymentInitialisationResponse> paymentIdentifierMap,
TppInfo tppInfo,
String paymentProduct,
AspspConsentData aspspConsentData) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<List<PaymentInitialisationResponse>> |
PaymentService.createBulkPayments(List<SinglePayment> payments,
String tppSignatureCertificate,
String paymentProduct)
Initiates a bulk payment
|
ResponseObject<PaymentInitialisationResponse> |
PaymentService.createPaymentInitiation(SinglePayment singlePayment,
String tppSignatureCertificate,
String paymentProduct)
Initiates a single payment
|
ResponseObject<PaymentInitialisationResponse> |
PaymentService.initiatePeriodicPayment(PeriodicPayment periodicPayment,
String tppSignatureCertificate,
String paymentProduct)
Initiates periodic payment
|
| Modifier and Type | Method and Description |
|---|---|
PaymentInitialisationResponse |
PaymentMapper.mapToPaymentInitializationResponse(SpiPaymentInitialisationResponse response) |
PaymentInitialisationResponse |
PaymentMapper.mapToPaymentInitResponseFailedPayment(SinglePayment payment,
MessageErrorCode error) |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentInitialisationResponse> |
ScaPaymentService.createBulkPayment(List<SinglePayment> payments,
TppInfo tppInfo,
String paymentProduct) |
List<PaymentInitialisationResponse> |
RedirectScaPaymentService.createBulkPayment(List<SinglePayment> payments,
TppInfo tppInfo,
String paymentProduct) |
List<PaymentInitialisationResponse> |
OauthScaPaymentService.createBulkPayment(List<SinglePayment> payments,
TppInfo tppInfo,
String paymentProduct) |
List<PaymentInitialisationResponse> |
EmbeddedScaPaymentService.createBulkPayment(List<SinglePayment> payments,
TppInfo tppInfo,
String paymentProduct) |
List<PaymentInitialisationResponse> |
DecoupedScaPaymentService.createBulkPayment(List<SinglePayment> payments,
TppInfo tppInfo,
String paymentProduct) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<PaymentInitialisationResponse>> |
BulkPaymentInitiationController.createBulkPaymentInitiation(String paymentProduct,
String tppSignatureCertificate,
List<SinglePayment> payments) |
org.springframework.http.ResponseEntity<PaymentInitialisationResponse> |
PaymentInitiationController.createPaymentInitiation(String paymentProduct,
String tppSignatureCertificate,
@Valid SinglePayment singlePayment) |
org.springframework.http.ResponseEntity<PaymentInitialisationResponse> |
PeriodicPaymentsController.createPeriodicPayment(String paymentProduct,
String tppSignatureCertificate,
@Valid PeriodicPayment periodicPayment) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.