| Modifier and Type | Method and Description |
|---|---|
static PaymentType |
PaymentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentType[] |
PaymentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<PaymentType> |
PaymentType.getByValue(String name) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject |
PaymentService.createPayment(Object payment,
PaymentType paymentType,
PaymentProduct paymentProduct,
String tppSignatureCertificate)
Initiates a payment though "payment service" corresponding service method
|
ResponseObject<Xsa2CreatePisConsentAuthorisationResponse> |
ConsentService.createPisConsentAuthorization(String paymentId,
PaymentType paymentType) |
ResponseObject<Object> |
PaymentService.getPaymentById(PaymentType paymentType,
String paymentId)
Retrieves payment from ASPSP by its ASPSP identifier, product and payment type
|
ResponseObject<Xs2aTransactionStatus> |
PaymentService.getPaymentStatusById(String paymentId,
PaymentType paymentType)
Retrieves payment status from ASPSP
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Xsa2CreatePisConsentAuthorisationResponse> |
RedirectPisAuthorisationService.createConsentAuthorisation(String paymentId,
PaymentType paymentType) |
Optional<Xsa2CreatePisConsentAuthorisationResponse> |
PisAuthorisationService.createConsentAuthorisation(String paymentId,
PaymentType paymentType) |
Optional<Xsa2CreatePisConsentAuthorisationResponse> |
OauthPisAuthorisationService.createConsentAuthorisation(String paymentId,
PaymentType paymentType) |
Optional<Xsa2CreatePisConsentAuthorisationResponse> |
EmbeddedPisAuthorisationService.createConsentAuthorisation(String paymentId,
PaymentType paymentType)
Creates authorization for pis consent
|
Optional<Xsa2CreatePisConsentAuthorisationResponse> |
DecoupledPisAuthorisationService.createConsentAuthorisation(String paymentId,
PaymentType paymentType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PaymentModelMapper.mapToGetPaymentResponse12(Object payment,
PaymentType type,
PaymentProduct product) |
Object |
PaymentModelMapper.mapToPaymentInitiationResponse12(Object response,
PaymentType type,
PaymentProduct product) |
SpiPaymentType |
PaymentMapper.mapToSpiPaymentType(PaymentType paymentType) |
Object |
PaymentModelMapper.mapToXs2aPayment(Object payment,
PaymentType type,
PaymentProduct product) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Xsa2CreatePisConsentAuthorisationResponse> |
Xs2aPisConsentMapper.mapToXsa2CreatePisConsentAuthorizationResponse(SpiCreatePisConsentAuthorizationResponse spi,
PaymentType paymentType) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
PaymentController.getPaymentById(PaymentType paymentType,
String paymentProduct,
String paymentId) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<?> |
PaymentInitiationAspect.createPaymentAspect(ResponseObject<?> result,
Object payment,
PaymentType paymentType) |
ResponseObject<Xsa2CreatePisConsentAuthorisationResponse> |
CreatePisAuthorizationAspect.createPisConsentAuthorizationAspect(ResponseObject<Xsa2CreatePisConsentAuthorisationResponse> result,
String paymentId,
PaymentType paymentType) |
protected ResponseObject<?> |
AbstractPaymentLink.enrichLink(ResponseObject<?> result,
PaymentType paymentType) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.