public interface AspspPaymentService
| Modifier and Type | Method and Description |
|---|---|
boolean |
updatePaymentStatus(@NotNull String paymentId,
@NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status,
@NotNull String instanceId)
Updates a Status of Payment object by its ID and PSU ID
|
boolean updatePaymentStatus(@NotNull
@NotNull String paymentId,
@NotNull
@NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status,
@NotNull
@NotNull String instanceId)
paymentId - ID of Paymentstatus - Status of Payment to be setinstanceId - optional ID of particular service instancetrue if payment was found and status was updated. false otherwise.Copyright © 2019. All rights reserved.