cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

PO number is not being displayed in any of the transaction's detailed page.

We are using c# AIM method for our website's payment integration to authorize.net. We have an issue with Purchase order number in authorize.net. PO number is not being displayed in any of the transaction's detailed page.


Following is the variable assignment , where both are strings
data.PoNum = SessionManager.CurrentOrder.PurchaseOrderNumber;

 

If we make an assignment like

data.PoNum = "12345" ;  --   This is being shown in transaction detail page but when we are sending dynamic varaibles , those are not being shown.


We have checked by printing po number to a text file at our end and we can confirm that we are successfully sending PO number to authorize.net Server. Please suggest us a possible solution for this issue .

sriharshak12
Member
10 REPLIES 10

We got the problem, it was solved. Thanks for your support.