cancel
Showing results for 
Search instead for 
Did you mean: 

C# Charging Customer Profile

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.

JokersWild
Member
1 REPLY 1

It looks like order and item details are available with the GetTransactionDetails API.

 

Not sure if this is what you are looking for.

TCCPGrimes01
Member