| Modifier and Type | Method and Description |
|---|---|
ResponseObject<PaymentInitiationResponse> |
PaymentService.createPayment(Object 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.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> |
AbstractCreatePaymentService.createPayment(Object payment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo)
Initiates payment
|
ResponseObject<PaymentInitiationResponse> |
CreatePaymentService.createPayment(Object payment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo) |
protected SinglePayment |
CreateSinglePaymentService.getPaymentRequest(Object payment,
PaymentInitiationParameters paymentInitiationParameters) |
protected CommonPayment |
CreateCommonPaymentService.getPaymentRequest(Object payment,
PaymentInitiationParameters paymentInitiationParameters) |
protected abstract P |
AbstractCreatePaymentService.getPaymentRequest(Object payment,
PaymentInitiationParameters paymentInitiationParameters) |
protected BulkPayment |
CreateBulkPaymentService.getPaymentRequest(Object payment,
PaymentInitiationParameters paymentInitiationParameters) |
protected PeriodicPayment |
CreatePeriodicPaymentService.getPaymentRequest(Object payment,
PaymentInitiationParameters paymentInitiationParameters) |
protected BulkPayment |
CreateBulkPaymentService.updateCommonPayment(BulkPayment paymentRequest,
PaymentInitiationParameters paymentInitiationParameters,
PaymentInitiationResponse response,
String paymentId) |
protected CommonPayment |
CreateCommonPaymentService.updateCommonPayment(CommonPayment paymentRequest,
PaymentInitiationParameters paymentInitiationParameters,
PaymentInitiationResponse response,
String paymentId) |
protected PeriodicPayment |
CreatePeriodicPaymentService.updateCommonPayment(PeriodicPayment paymentRequest,
PaymentInitiationParameters paymentInitiationParameters,
PaymentInitiationResponse response,
String paymentId) |
protected abstract P |
AbstractCreatePaymentService.updateCommonPayment(P paymentRequest,
PaymentInitiationParameters paymentInitiationParameters,
PaymentInitiationResponse response,
String paymentId) |
protected SinglePayment |
CreateSinglePaymentService.updateCommonPayment(SinglePayment paymentRequest,
PaymentInitiationParameters paymentInitiationParameters,
PaymentInitiationResponse response,
String paymentId) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
PaymentInitiationParameters |
PaymentModelMapperPsd2.mapToPaymentRequestParameters(String paymentProduct,
String paymentService,
byte[] tpPSignatureCertificate,
String tpPRedirectURI,
String tpPNokRedirectURI,
boolean tppExplicitAuthorisationPreferred,
PsuIdData psuData) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PaymentModelMapperXs2a.mapToXs2aPayment(Object payment,
PaymentInitiationParameters requestParameters) |
Object |
PaymentModelMapperXs2a.mapToXs2aRawPayment(PaymentInitiationParameters requestParameters,
Object xmlSct,
PeriodicPaymentInitiationXmlPart2StandingorderTypeJson jsonStandingOrderType) |
Copyright © 2019. All rights reserved.