Hi, with the API how can I get the details of a transaction like my dashboard shows when I go to Balance -> Transfer Report -> *Click any transaction* -> Scroll to the bottom it shows "1 Transaction" then shows "Invoice #000053: 2020-004 - Cheer Shirts Ochsenbine Custom Apparel". How do I get this last bit of information?
I'm using:
V1Settlement results = new V1TransactionsApi().RetrieveSettlement(locationId, searchModel.SettlementId);
but I do not see this details I need
Hey there!! Thanks for asking.
At this time, any API payments will only come through as Custom Amount on Square and all payment details, like card information, item information, and customer information will live on the API or website developer platform.
Let me know if you have any other questions!
Square Community