Class AspspPaymentServiceInternal

  • All Implemented Interfaces:
    de.adorsys.psd2.consent.aspsp.api.pis.AspspPaymentService

    @Service
    public class AspspPaymentServiceInternal
    extends Object
    implements de.adorsys.psd2.consent.aspsp.api.pis.AspspPaymentService
    • Constructor Detail

      • AspspPaymentServiceInternal

        public AspspPaymentServiceInternal()
    • Method Detail

      • updatePaymentStatus

        @Transactional
        public boolean updatePaymentStatus​(@NotNull
                                           @NotNull String paymentId,
                                           @NotNull
                                           @NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status,
                                           @NotNull
                                           @NotNull String instanceId)
        Specified by:
        updatePaymentStatus in interface de.adorsys.psd2.consent.aspsp.api.pis.AspspPaymentService