@Service @Transactional(readOnly=true) public class PisCommonPaymentServiceInternalEncrypted extends Object implements PisCommonPaymentServiceEncrypted
| Constructor and Description |
|---|
PisCommonPaymentServiceInternalEncrypted() |
public PisCommonPaymentServiceInternalEncrypted()
@Transactional public Optional<CreatePisCommonPaymentResponse> createCommonPayment(PisPaymentInfo request)
public Optional<de.adorsys.psd2.xs2a.core.pis.TransactionStatus> getPisCommonPaymentStatusById(String encryptedPaymentId)
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, CmsAuthorisationType authorisationType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)
@Transactional public Optional<CreatePisAuthorisationResponse> createAuthorizationCancellation(String encryptedPaymentId, CmsAuthorisationType authorisationType, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData)
@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)
public Optional<de.adorsys.psd2.xs2a.core.sca.ScaStatus> getAuthorisationScaStatus(String encryptedPaymentId, String authorisationId, CmsAuthorisationType authorisationType)
Copyright © 2018. All rights reserved.