@Service public class CreateSinglePaymentService extends Object implements CreatePaymentService<SinglePayment,SinglePaymentInitiationResponse>
| Constructor and Description |
|---|
CreateSinglePaymentService() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<SinglePaymentInitiationResponse> |
createPayment(SinglePayment singlePayment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo,
Xs2aPisConsent pisConsent)
Initiates single payment
|
public ResponseObject<SinglePaymentInitiationResponse> createPayment(SinglePayment singlePayment, PaymentInitiationParameters paymentInitiationParameters, TppInfo tppInfo, Xs2aPisConsent pisConsent)
createPayment in interface CreatePaymentService<SinglePayment,SinglePaymentInitiationResponse>singlePayment - Single payment informationpaymentInitiationParameters - payment initiation parameterspisConsent - PIS consent informationtppInfo - information about particular TPPCopyright © 2018 Pivotal Software, Inc.. All rights reserved.