| Modifier and Type | Class and Description |
|---|---|
class |
PaymentInformationResponse<T extends CommonPayment> |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkPayment |
class |
PeriodicPayment |
class |
SinglePayment |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<CommonPayment> |
PaymentService.getPaymentById(de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType,
String paymentProduct,
String encryptedPaymentId)
Retrieves payment from ASPSP by its ASPSP identifier, product and payment type
|
| Modifier and Type | Method and Description |
|---|---|
CommonPayment |
CmsToXs2aPaymentMapper.mapToXs2aCommonPayment(de.adorsys.psd2.consent.api.pis.CommonPaymentData response) |
| Modifier and Type | Method and Description |
|---|---|
CommonPayment |
SpiToXs2aPaymentInfoMapper.mapToXs2aPaymentInfo(de.adorsys.psd2.xs2a.spi.domain.payment.SpiPaymentInfo paymentInfo) |
| Modifier and Type | Method and Description |
|---|---|
de.adorsys.psd2.xs2a.spi.domain.payment.SpiPaymentInfo |
Xs2aToSpiPaymentInfoMapper.mapToSpiPaymentInfo(CommonPayment commonPayment) |
de.adorsys.psd2.xs2a.spi.domain.payment.SpiPaymentInfo |
Xs2aToSpiPaymentInfo.mapToSpiPaymentRequest(CommonPayment payment,
String paymentProduct) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCreatePaymentService<P extends CommonPayment,S extends PaymentInitiationService<P>> |
| Modifier and Type | Method and Description |
|---|---|
protected CommonPayment |
CreateCommonPaymentService.getPaymentRequest(byte[] payment,
PaymentInitiationParameters paymentInitiationParameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPaymentInitiationService<T extends CommonPayment,R extends de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPaymentInitiationResponse>
Common service for initiating payments in SPI
|
interface |
PaymentInitiationService<T extends CommonPayment>
Service for initiating payments in SPI layer
|
| Modifier and Type | Method and Description |
|---|---|
protected de.adorsys.psd2.xs2a.spi.domain.response.SpiResponse<de.adorsys.psd2.xs2a.spi.domain.payment.response.SpiPaymentInitiationResponse> |
CommonPaymentInitiationService.initiateSpiPayment(de.adorsys.psd2.xs2a.spi.domain.SpiContextData spiContextData,
CommonPayment payment,
String paymentProduct,
InitialSpiAspspConsentDataProvider aspspConsentDataProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CommonPayment |
AbstractReadPaymentService.getXs2aPayment(de.adorsys.psd2.xs2a.spi.domain.response.SpiResponse spiResponse) |
| Modifier and Type | Method and Description |
|---|---|
PaymentInformationResponse<CommonPayment> |
ReadPaymentService.getPayment(de.adorsys.psd2.consent.api.pis.CommonPaymentData commonPaymentData,
de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData,
String encryptedPaymentId,
String acceptMediaType) |
PaymentInformationResponse<CommonPayment> |
ReadCommonPaymentService.getPayment(de.adorsys.psd2.consent.api.pis.CommonPaymentData commonPaymentData,
de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData,
String encryptedPaymentId,
String acceptMediaType) |
PaymentInformationResponse<CommonPayment> |
AbstractReadPaymentService.getPayment(de.adorsys.psd2.consent.api.pis.CommonPaymentData commonPaymentData,
de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData,
@NotNull String encryptedPaymentId,
String acceptMediaType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PaymentModelMapperPsd2.mapToGetPaymentResponse(CommonPayment commonPayment) |
Copyright © 2020. All rights reserved.