| URL - https://www.ideposit.net/servlet/rg | Report API HTTP Post Variables | | Variable Name | Description | Validation Behavior | | Merchant_User_Name | Merchant User Name | Invalid or null results in no data being returned | | Merchant_Password | Merchant Password | Invalid or null results in no data being returned | | Start_Date (MM/DD/YY) | Starting Date for Transaction Selection Date Range | Invalid format or null results in no data being returned | | End_Date (MM/DD/YY) | Ending Date for Transaction Selection Date Range | Invalid format or null results in no data being returned | Ouput | | Field Name | Description | Value Range | | timestamp | Date Time of Transaction | | | amount | Amount of Transaction | | | ttid | Transaction Id | | | type | Transaction Type | SALE VOID_SALE SETTLE PRE_AUTH RETURN | | card | type of credit card | | | account | Credit Card Number | | | expdate | Credit Card Expiration Date | | | authnum | Authorization Number | | | batchnum | Batch Number | | | cardholdername | Card Holder Name | | | avs | Address Verifcation Status | | | cv | Security Code Verification Status | | | ptrannum | Tracking Number | | | clerkid | Clerk Id | | | stationid | Station Id | | | comments | Comments | | Sample Output | <collection> <ReportItem> <timestamp>06/01/2007 05:06:41</timestamp> <amount>12.00</amount> <ttid>70619</ttid> <type>SETTLE</type> <card>UNKNOWN</card> <account></account> <expdate></expdate> <authnum></authnum> <batchnum>116</batchnum> <cardholdername></cardholdername> <avs>GOOD</avs> <cv>GOOD</cv> <ptrannum>-1</ptrannum> <clerkid></clerkid> <stationid></stationid> <comments> T:1|12.00 A:1|12.00 R:0|0.00</comments> </ReportItem> </collection> | | |
|