I have been testing transactions through my authorize.net gateway and while the transactions go through fine,
- the order number does not get transmitted to the gateway.
- the item description does not get transmitted to the gateway
- the gateway transaction ID does not get store into the magento order info
Is this a bug or did you miss these piece?
You understand that it is critical to have the invoice/order number associated with the transaction on both end for reconciliation purposes!
Otherwise it would be hard to match transactions with orders when a lot of item sold have the same price.
Having the order number go to the gateway is necessary
Having the gateway transaction ID store in magento would also help managing customers transactions right from magento instead of having to go through the gateway login.