Interface AspspPaymentService


  • public interface AspspPaymentService
    • Method Detail

      • updatePaymentStatus

        boolean updatePaymentStatus​(@NotNull
                                    @NotNull String paymentId,
                                    @NotNull
                                    @NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status,
                                    @NotNull
                                    @NotNull String instanceId)
        Updates a Status of Payment object by its ID and PSU ID
        Parameters:
        paymentId - ID of Payment
        status - Status of Payment to be set
        instanceId - optional ID of particular service instance
        Returns:
        true if payment was found and status was updated. false otherwise.