On my site I have integrated charging a customer profile perfectly. I see in the Json string that in the lineitems they input a description of the charge. Is this possible using C#? I thought maybe in the transactionRequest, where I am capturing the amount, I would be able to capture the description, but this hasn't been the case for me. Any help would be appreciated.
06-25-2019 02:17 PM
It looks like order and item details are available with the GetTransactionDetails API.
Not sure if this is what you are looking for.
06-27-2019 04:58 AM