@Service public class PaymentAuthorisationSpiImpl extends Object implements PaymentAuthorisationSpi
| Constructor and Description |
|---|
PaymentAuthorisationSpiImpl() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull SpiResponse<SpiAuthorisationStatus> |
authorisePsu(@NotNull SpiPsuData psuData,
String password,
SpiPayment payment,
AspspConsentData aspspConsentData) |
@NotNull SpiResponse<SpiAuthorizationCodeResult> |
requestAuthorisationCode(@NotNull SpiPsuData psuData,
@NotNull SpiScaMethod scaMethod,
@NotNull SpiPayment payment,
@NotNull AspspConsentData aspspConsentData) |
@NotNull SpiResponse<List<SpiScaMethod>> |
requestAvailableScaMethods(@NotNull SpiPsuData psuData,
SpiPayment payment,
AspspConsentData aspspConsentData) |
@NotNull public @NotNull SpiResponse<SpiAuthorisationStatus> authorisePsu(@NotNull @NotNull SpiPsuData psuData, String password, SpiPayment payment, AspspConsentData aspspConsentData)
@NotNull public @NotNull SpiResponse<List<SpiScaMethod>> requestAvailableScaMethods(@NotNull @NotNull SpiPsuData psuData, SpiPayment payment, AspspConsentData aspspConsentData)
@NotNull public @NotNull SpiResponse<SpiAuthorizationCodeResult> requestAuthorisationCode(@NotNull @NotNull SpiPsuData psuData, @NotNull @NotNull SpiScaMethod scaMethod, @NotNull @NotNull SpiPayment payment, @NotNull @NotNull AspspConsentData aspspConsentData)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.