Class UpdatePaymentAfterSpiServiceInternalEncrypted

  • All Implemented Interfaces:
    de.adorsys.psd2.consent.api.service.UpdatePaymentAfterSpiServiceEncrypted

    @Service
    @Transactional(readOnly=true)
    public class UpdatePaymentAfterSpiServiceInternalEncrypted
    extends Object
    implements de.adorsys.psd2.consent.api.service.UpdatePaymentAfterSpiServiceEncrypted
    • Constructor Detail

      • UpdatePaymentAfterSpiServiceInternalEncrypted

        public UpdatePaymentAfterSpiServiceInternalEncrypted()
    • Method Detail

      • updatePaymentStatus

        @Transactional
        public de.adorsys.psd2.consent.api.CmsResponse<Boolean> updatePaymentStatus​(@NotNull
                                                                                    @NotNull String encryptedPaymentId,
                                                                                    @NotNull
                                                                                    @NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status)
      • updatePaymentCancellationTppRedirectUri

        @Transactional
        public de.adorsys.psd2.consent.api.CmsResponse<Boolean> updatePaymentCancellationTppRedirectUri​(@NotNull
                                                                                                        @NotNull String encryptedPaymentId,
                                                                                                        @NotNull
                                                                                                        @NotNull de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri)
      • updatePaymentCancellationInternalRequestId

        @Transactional
        public de.adorsys.psd2.consent.api.CmsResponse<Boolean> updatePaymentCancellationInternalRequestId​(@NotNull
                                                                                                           @NotNull String encryptedPaymentId,
                                                                                                           @NotNull
                                                                                                           @NotNull String internalRequestId)