Hi all,
I am having a requirement to get the net credited amount for a transaction. i.e. Transaction Amount - authorize .net charges.
Is there any way I can get this information?
Thanks in advance
Solved! Go to Solution.
โ09-27-2011 04:27 AM
Authorize and then capture will only be charged once, as far as I know. As for batches:
How are transactions batched?
Authorize.Net will automatically batch all transactions that are marked for settlement once a day based on the batch cut off time configured for the merchant's account. To view or change the batch cut-off time configured for the merchant's account, log into the Merchant Interface, click Settings under Account in the main menu on the left, and click Transaction Cut-Off Time from the Business Settings section.
So it sounds like you'll be charged the batch fee once for every settlement timeperiod (whatever that's configured to) where you have at least one transaction waiting to be settled.
โ09-27-2011 11:15 PM
Don't see anything in the transaction details API for that. You could probably write a function to calculate it, however - all the Authorize.net fees and credit card processing fees are known amounts.
โ09-27-2011 06:28 AM
Thanks for the quick response.
I am not sure how the charges get deducted.
Like if I do a transaction of $100.
Then transaction charge of $0.10 is going to be deducted(I am not sure if I do authozation first and then capture then will it charge $0.10 or $0.20).
The other one is batch fee of $0.20 per batch. What exactly the batch means?
โ09-27-2011 07:09 AM
Authorize and then capture will only be charged once, as far as I know. As for batches:
How are transactions batched?
Authorize.Net will automatically batch all transactions that are marked for settlement once a day based on the batch cut off time configured for the merchant's account. To view or change the batch cut-off time configured for the merchant's account, log into the Merchant Interface, click Settings under Account in the main menu on the left, and click Transaction Cut-Off Time from the Business Settings section.
So it sounds like you'll be charged the batch fee once for every settlement timeperiod (whatever that's configured to) where you have at least one transaction waiting to be settled.
โ09-27-2011 11:15 PM
Hi,
Could you please help me out how could i calculate the net amount because i could find the fees for any transaction in the merchant interface nor does the transaction detail API return it.
Thanks in advance.
โ06-25-2013 02:17 AM