public interface UpdatePaymentAfterSpiService
UpdatePaymentAfterSpiServiceBase,
UpdatePaymentAfterSpiServiceEncrypted| Modifier and Type | Method and Description |
|---|---|
CmsResponse<Boolean> |
updatePaymentCancellationInternalRequestId(@NotNull String paymentId,
@NotNull String internalRequestId)
Updates cancellation internal request ID of Payment object by its ID
|
CmsResponse<Boolean> |
updatePaymentCancellationTppRedirectUri(@NotNull String paymentId,
@NotNull de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri)
Updates a Tpp Info of Payment object by its ID
|
CmsResponse<Boolean> |
updatePaymentStatus(@NotNull String paymentId,
@NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status)
Updates a Status of Payment object by its ID and PSU ID
|
CmsResponse<Boolean> updatePaymentStatus(@NotNull @NotNull String paymentId, @NotNull @NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status)
paymentId - ID of Paymentstatus - Status of Payment to be setCmsResponse<Boolean> updatePaymentCancellationTppRedirectUri(@NotNull @NotNull String paymentId, @NotNull @NotNull de.adorsys.psd2.xs2a.core.tpp.TppRedirectUri tppRedirectUri)
paymentId - ID of PaymenttppRedirectUri - Tpp redirect URIsCmsResponse<Boolean> updatePaymentCancellationInternalRequestId(@NotNull @NotNull String paymentId, @NotNull @NotNull String internalRequestId)
paymentId - ID of PaymentinternalRequestId - Internal Request IDCopyright © 2020. All rights reserved.