cancel
Showing results for 
Search instead for 
Did you mean: 

Authorize.Net Reports online

Is there a difference between the reporting app for a sandbox and for a live account? Can I pass some more information per transaction that would help me create a report filtered by the new information I pass? 

 

I want to consolidate 3 banks into one, but i still need to run reports on the transactions that would have been separated into different bank accounts.

All books sold will go to bank1, all cds will got to bank2, all videos will go to bank 3.

 

Can i pass a custom field along with an invoice to each api call? How would I pass that information?

mts176
Member
3 REPLIES 3

Hello @mts176

 

Our sandbox and production systems are virtually identical.  When you mention the reporting app, are you referring to our reporting APIs or running reports from within the merchant interface?

 

We do allow for user-defined fields, but the values passed are not stored as part of the transaction, instead they are only reflected back in the transaction response.

 

Richard

RichardH
Administrator Administrator
Administrator

I was looking at what i guess is the merchant interface. (sandbox.authorize.net  -> Reports Tab).

 

Would there be anyway i could differentiate transactions for different accounts?  Something i could pass through and display some way shape or form?

 

Thank you

 

@mts176 

Do you have three ANET merchant accounts for your three businesses?

Please feel free to let us know if you need any other data.

 

You can pass the

 

1. Invoice description as below. which passing transaction.

For the full request - see here - https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card

 

 

<order>
<invoiceNumber>INV-12345</invoiceNumber>
<description>Product Description</description>
</order> 

2. If you are using customerProfile feature, you can pass in the standarad description for the targeted customers for your each line of business. 

 

<merchantCustomerId>Merchant_Customer_ID</merchantCustomerId>
<description>Profile description here</description>
<email>customer-profile-email@here.com</email>

-Bhavana

 

bhav
Authorize.Net Expert Authorize.Net Expert
Authorize.Net Expert