Is there a way to send extra information when making a SaleRequest? I have something implemented where I can send a reference id with the setExternalReferenceId method and the document says that it accepts a string type which works fine. But now I need to send a string that is in the format of xxxx|xxxx|xxxx which I tried to pass through the same method and the clover terminal gives the error saying Invoice ID can't exceed 12 characters. Is there another method that I could use to do this? Or something else that you could recommend to pass string value? I didn't see anything relevant in the docs.