| Modifier and Type | Class and Description |
|---|---|
class |
BulkPaymentInitiationResponse |
class |
CommonPaymentInitiationResponse |
class |
ErrorPaymentInitiationResponse
Payment initiation response for error cases
|
class |
PeriodicPaymentInitiationResponse |
class |
SinglePaymentInitiationResponse |
| 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 |
|---|---|
default ResponseObject<PaymentInitiationResponse> |
CreatePaymentService.buildErrorResponse(de.adorsys.psd2.xs2a.core.domain.ErrorHolder errorHolder) |
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
|
| Modifier and Type | Method and Description |
|---|---|
PaymentInitiationResponse |
PaymentInitiationService.initiatePayment(T payment,
String paymentProduct,
de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData) |
PaymentInitiationResponse |
AbstractPaymentInitiationService.initiatePayment(T payment,
String paymentProduct,
de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData) |
protected abstract PaymentInitiationResponse |
AbstractPaymentInitiationService.mapToXs2aResponse(R spiResponse,
InitialSpiAspspConsentDataProvider provider,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<PaymentInitiationResponse> |
PaymentInitiationAspect.createPaymentAspect(ResponseObject<PaymentInitiationResponse> result,
Object payment,
PaymentInitiationParameters requestParameters) |
| 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 |
|---|---|
de.adorsys.psd2.model.PaymentInitationRequestResponse201 |
PaymentModelMapperPsd2.mapToPaymentInitiationResponse(PaymentInitiationResponse response) |
Copyright © 2020. All rights reserved.