@Service @Transactional(readOnly=true) public class PisCommonPaymentServiceInternalEncrypted extends Object implements PisCommonPaymentServiceEncrypted
| Constructor and Description |
|---|
PisCommonPaymentServiceInternalEncrypted() |
public PisCommonPaymentServiceInternalEncrypted()
@Transactional public Optional<CreatePisCommonPaymentResponse> createCommonPayment(PisPaymentInfo request)
@Transactional public Optional<de.adorsys.psd2.xs2a.core.pis.TransactionStatus> getPisCommonPaymentStatusById(String encryptedPaymentId)
@Transactional public Optional<PisCommonPaymentResponse> getCommonPaymentById(String encryptedPaymentId)
@Transactional public Optional<Boolean> updateCommonPaymentStatusById(String encryptedPaymentId, de.adorsys.psd2.xs2a.core.pis.TransactionStatus status)
public Optional<String> getDecryptedId(String encryptedId)
getDecryptedId in interface PisCommonPaymentServiceEncrypted@Transactional public Optional<CreatePisAuthorisationResponse> createAuthorization(String encryptedPaymentId, CreatePisAuthorisationRequest request)
@Transactional public Optional<CreatePisAuthorisationResponse> createAuthorizationCancellation(String encryptedPaymentId, CreatePisAuthorisationRequest request)
@Transactional public Optional<UpdatePisCommonPaymentPsuDataResponse> updatePisAuthorisation(String authorisationId, UpdatePisCommonPaymentPsuDataRequest request)
@Transactional public Optional<UpdatePisCommonPaymentPsuDataResponse> updatePisCancellationAuthorisation(String authorisationId, UpdatePisCommonPaymentPsuDataRequest request)
@Transactional public void updateCommonPayment(PisCommonPaymentRequest request, String encryptedPaymentId)
public Optional<GetPisAuthorisationResponse> getPisAuthorisationById(String authorisationId)
public Optional<GetPisAuthorisationResponse> getPisCancellationAuthorisationById(String cancellationId)
public Optional<List<String>> getAuthorisationsByPaymentId(String encryptedPaymentId, CmsAuthorisationType authorisationType)
@Transactional public Optional<de.adorsys.psd2.xs2a.core.sca.ScaStatus> getAuthorisationScaStatus(String encryptedPaymentId, String authorisationId, CmsAuthorisationType authorisationType)
public Optional<List<de.adorsys.psd2.xs2a.core.psu.PsuIdData>> getPsuDataListByPaymentId(String encryptedPaymentId)
public boolean isAuthenticationMethodDecoupled(String authorisationId, String authenticationMethodId)
@Transactional public boolean saveAuthenticationMethods(String authorisationId, List<CmsScaMethod> methods)
@Transactional public boolean updateScaApproach(String authorisationId, de.adorsys.psd2.xs2a.core.profile.ScaApproach scaApproach)
public Optional<de.adorsys.psd2.xs2a.core.sca.AuthorisationScaApproachResponse> getAuthorisationScaApproach(String authorisationId, CmsAuthorisationType authorisationType)
Copyright © 2019. All rights reserved.