Class UpdatePaymentAfterSpiServiceInternal

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

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

      • UpdatePaymentAfterSpiServiceInternal

        public UpdatePaymentAfterSpiServiceInternal()
    • Method Detail

      • updatePaymentStatus

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

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

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