Introducing the ability to cancel or update a Payment Line within a Payment Run
We have introduced two new API endpoints to allow users to cancel and update payment run lines when a payment run is created.
Effective:
- 06 December 2024 on Sandbox
- 10 December 2024 on Live
These endpoints enable users to cancel or update specific payments flagged by CoP (Confirmation of Payee) results, avoiding the need to cancel the entire payment run.
When a payment is in the PENDING_CONFIRMATION
status, users with a Creator role can cancel or update a payment run line before the user with a Controller role confirms the payment run.
Cancel a payment run line
Allows cancellation of individual payment lines before confirmation by a Controller.
- Cancel a payment run payment (https://weavr-multi-api.redoc.ly/3.51.0/tag/Access#operation/putCancelPaymentRunPayment)
Update a payment run line
Allows modification of payment line details before confirmation by a Controller.
- Update a payment run payment (https://weavr-multi-api.redoc.ly/3.51.0/tag/Access#operation/putPaymentRunsId)
When a payment line is canceled or updated, you will receive the Payment Run webhook and a Payment Run Payment webhook.
More information can be found in our documentation here.