| Modifier and Type | Method and Description |
|---|---|
ResponseObject<PaymentInitiationResponse> |
PaymentService.createPayment(byte[] payment,
PaymentInitiationParameters paymentInitiationParameters)
Initiates a payment though "payment service" corresponding service method
|
| Modifier and Type | Method and Description |
|---|---|
void |
Xs2aPisCommonPaymentService.updateBulkPaymentInCommonPayment(BulkPayment bulkPayment,
PaymentInitiationParameters paymentInitiationParameters,
String paymentId) |
void |
Xs2aPisCommonPaymentService.updateCommonPayment(CommonPayment commonPayment,
PaymentInitiationParameters paymentInitiationParameters,
String paymentId) |
void |
Xs2aPisCommonPaymentService.updatePeriodicPaymentInCommonPayment(PeriodicPayment periodicPayment,
PaymentInitiationParameters paymentInitiationParameters,
String paymentId) |
void |
Xs2aPisCommonPaymentService.updateSinglePaymentInCommonPayment(SinglePayment singlePayment,
PaymentInitiationParameters paymentInitiationParameters,
String paymentId) |
| Modifier and Type | Method and Description |
|---|---|
PisPaymentInfo |
Xs2aToCmsPisCommonPaymentRequestMapper.mapToPisPaymentInfo(PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo,
PaymentInitiationResponse response) |
PisPaymentInfo |
Xs2aToCmsPisCommonPaymentRequestMapper.mapToPisPaymentInfo(PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo,
PaymentInitiationResponse response,
byte[] paymentData,
String internalRequestId,
OffsetDateTime creationTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentService |
PaymentServiceResolver.getCreatePaymentService(PaymentInitiationParameters paymentInitiationParameters)
Returns definite service for payment creation depending on the payment initiation parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<PaymentInitiationResponse> |
CreatePaymentService.createPayment(byte[] payment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo) |
ResponseObject<PaymentInitiationResponse> |
AbstractCreatePaymentService.createPayment(byte[] payment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo)
Initiates payment
|
protected abstract P |
AbstractCreatePaymentService.getPaymentRequest(byte[] payment,
PaymentInitiationParameters paymentInitiationParameters) |
protected CommonPayment |
CreateCommonPaymentService.getPaymentRequest(byte[] payment,
PaymentInitiationParameters paymentInitiationParameters) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<PaymentInitiationResponse> |
PaymentInitiationAspect.createPaymentAspect(ResponseObject<PaymentInitiationResponse> result,
Object payment,
PaymentInitiationParameters requestParameters) |
| Constructor and Description |
|---|
PaymentInitiationLinks(String httpUrl,
ScaApproachResolver scaApproachResolver,
RedirectLinkBuilder redirectLinkBuilder,
RedirectIdService redirectIdService,
PaymentInitiationParameters paymentRequestParameters,
PaymentInitiationResponse body,
boolean explicitMethod,
boolean signingBasketModeActive,
ScaRedirectFlow scaRedirectFlow,
boolean authorisationConfirmationRequestMandated) |
| Modifier and Type | Method and Description |
|---|---|
PaymentInitiationParameters |
PaymentModelMapperPsd2.mapToPaymentRequestParameters(String paymentProduct,
String paymentService,
byte[] tpPSignatureCertificate,
String tpPRedirectURI,
String tpPNokRedirectURI,
boolean tppExplicitAuthorisationPreferred,
PsuIdData psuData,
TppNotificationData tppNotificationData) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
PaymentModelMapperXs2a.mapToXs2aRawPayment(PaymentInitiationParameters requestParameters,
Object xmlSct,
PeriodicPaymentInitiationXmlPart2StandingorderTypeJson jsonStandingOrderType) |
Copyright © 2020. All rights reserved.