Update a payment order
CancellationsNote that cancellations will only work if
statusis one ofneeds_approvalorapproved. Payment orders can not be deleted through the API after they've beensentto the bank. Please contact Modern Treasury support for more information.
UpdatesCertain attributes on the payment order are protected. They may only be updated when the payment order's status is
needs_approval. This is because these attributes affect the mechanics of the payment itself. If you want to update an already approved payment order, our recommendation would be to cancel it and create a new one. If you attempt to update a protected attribute when it may not be updated, the request will still respond with a200status code, but the response body will contain the original data. This indicates that the attribute was not updated. The following are the protected attributes:type,direction,originating_account,receiving_account_id,counterparty_id,amount,currency,effective_date,process_after,statement_descriptor,remittance_information,purpose,priority,nsf_protected.