I'm trying to void transactions via script. It's working for all the other transactions except for check record and I can't figure out why. I'm getting the INVALID_RECORD_TYPE error. Here's a sample code I am using. var id = transaction.void({ type: 'check', id: 25 });
Thanks.