Hello @carlwhat
Many thanks! I could change the table to accept Null as a valid value with
Code:
ALTER TABLE square_payments MODIFY transaction_id varchar(255);
since varchar(255) by default accepts NULL.

Hello @lat9
Thank you for the recommendation, I will test further and attempt to install this plugin for better debugging.