| 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 |
|---|---|
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,
de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo) |
ResponseObject<PaymentInitiationResponse> |
AbstractCreatePaymentService.createPayment(byte[] payment,
PaymentInitiationParameters paymentInitiationParameters,
de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo)
Initiates payment
|
protected CommonPayment |
CreateCommonPaymentService.getPaymentRequest(byte[] payment,
PaymentInitiationParameters paymentInitiationParameters) |
protected abstract P |
AbstractCreatePaymentService.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,
de.adorsys.psd2.xs2a.core.profile.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,
de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData,
de.adorsys.psd2.xs2a.core.tpp.TppNotificationData tppNotificationData,
String tppBrandLoggingInformation) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
PaymentModelMapperXs2a.mapToXs2aRawPayment(PaymentInitiationParameters requestParameters,
Object xmlSct,
de.adorsys.psd2.model.PeriodicPaymentInitiationXmlPart2StandingorderTypeJson jsonStandingOrderType) |
Copyright © 2020. All rights reserved.