Hi,
I'm sending an Auth request, which gets approved with a credit card. When trying to tipAdjust it, I get this result:
"Payment is not adjustable Error adding tip. Payment with id = ************* for the order ************* is not a PREAUTH, it is a "
I've noticed that in the original auth, the following is set:
"isSale":true,"isAuth":false
I assume that because that transaction has been marked as a sale, it rejects the tip adjustment.
If this is the case, what is the logic that decides if an auth is a sale?
Thanks