Good day. We're using ZC 1.5.8a; PHP Version: 8.2.27

In Dec 2024, we switched from Authorize.cim credit card processing to Paypal Checkout (RESTful) c.c. processing.

It is not uncommon for our customers to adjust their order or shipping method after placing the order. While it appears that the Paypal Restful will allow re-authorization of a card (with some limits on 'honor periods", amounts and dates), it will not work for our site. We get a long error message. Also triggers an error log (if debug turned on).

Is anyone else having issue with this or is re-auth working fine for you?

Error message: There was a problem authorizing the transaction. {"errNum":422,"errMsg":"An interface error (422) was returned from PayPal.","curlErrno":0,"name":"UNPROCESSABLE_ENTITY","message":"The requested action could not be performed, semantically incorrect, or failed business validation.","details":[{"issue":"AUTHORIZATION_ALREADY_CAPTURED","description":"Authorization has already been captured."}],"debug_id":"(REDACTED)"}

Thanks for any feedback/ ideas.