@Service public class PaymentCancellationSpiImpl extends Object implements PaymentCancellationSpi
| Constructor and Description |
|---|
PaymentCancellationSpiImpl() |
| Modifier and Type | Method and Description |
|---|---|
SpiResponse<SpiAuthorisationStatus> |
authorisePsu(@NotNull SpiContextData spiContextData,
@NotNull SpiPsuData psuLoginData,
String password,
SpiPayment businessObject,
@NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData) |
@NotNull SpiResponse<SpiResponse.VoidResponse> |
cancelPaymentWithoutSca(@NotNull SpiContextData spiContextData,
@NotNull SpiPayment payment,
@NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData initialAspspConsentData) |
@NotNull SpiResponse<SpiPaymentCancellationResponse> |
initiatePaymentCancellation(@NotNull SpiContextData spiContextData,
@NotNull SpiPayment payment,
@NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData initialAspspConsentData) |
@NotNull SpiResponse<SpiAuthorizationCodeResult> |
requestAuthorisationCode(@NotNull SpiContextData spiContextData,
@NotNull String authenticationMethodId,
@NotNull SpiPayment businessObject,
@NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData) |
SpiResponse<List<SpiAuthenticationObject>> |
requestAvailableScaMethods(@NotNull SpiContextData spiContextData,
SpiPayment businessObject,
@NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData) |
@NotNull SpiResponse<SpiAuthorisationDecoupledScaResponse> |
startScaDecoupled(@NotNull SpiContextData contextData,
@NotNull String authorisationId,
@Nullable String authenticationMethodId,
@NotNull SpiPayment businessObject,
@NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData) |
@NotNull SpiResponse<SpiResponse.VoidResponse> |
verifyScaAuthorisationAndCancelPayment(@NotNull SpiContextData spiContextData,
@NotNull SpiScaConfirmation spiScaConfirmation,
@NotNull SpiPayment payment,
@NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData) |
@NotNull public @NotNull SpiResponse<SpiPaymentCancellationResponse> initiatePaymentCancellation(@NotNull @NotNull SpiContextData spiContextData, @NotNull @NotNull SpiPayment payment, @NotNull @NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData initialAspspConsentData)
initiatePaymentCancellation in interface PaymentCancellationSpi@NotNull public @NotNull SpiResponse<SpiResponse.VoidResponse> cancelPaymentWithoutSca(@NotNull @NotNull SpiContextData spiContextData, @NotNull @NotNull SpiPayment payment, @NotNull @NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData initialAspspConsentData)
cancelPaymentWithoutSca in interface PaymentCancellationSpi@NotNull public @NotNull SpiResponse<SpiResponse.VoidResponse> verifyScaAuthorisationAndCancelPayment(@NotNull @NotNull SpiContextData spiContextData, @NotNull @NotNull SpiScaConfirmation spiScaConfirmation, @NotNull @NotNull SpiPayment payment, @NotNull @NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData)
verifyScaAuthorisationAndCancelPayment in interface PaymentCancellationSpipublic SpiResponse<SpiAuthorisationStatus> authorisePsu(@NotNull @NotNull SpiContextData spiContextData, @NotNull @NotNull SpiPsuData psuLoginData, String password, SpiPayment businessObject, @NotNull @NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData)
public SpiResponse<List<SpiAuthenticationObject>> requestAvailableScaMethods(@NotNull @NotNull SpiContextData spiContextData, SpiPayment businessObject, @NotNull @NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData)
@NotNull public @NotNull SpiResponse<SpiAuthorizationCodeResult> requestAuthorisationCode(@NotNull @NotNull SpiContextData spiContextData, @NotNull @NotNull String authenticationMethodId, @NotNull @NotNull SpiPayment businessObject, @NotNull @NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData)
@NotNull public @NotNull SpiResponse<SpiAuthorisationDecoupledScaResponse> startScaDecoupled(@NotNull @NotNull SpiContextData contextData, @NotNull @NotNull String authorisationId, @Nullable @Nullable String authenticationMethodId, @NotNull @NotNull SpiPayment businessObject, @NotNull @NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData)
Copyright © 2019. All rights reserved.