Our app handles credit card processing and ARB using Authorize.NET. For our QB Integration, we need to calculate the bank deposit date, based on the transaction processed date.
I understand how merchant accounts work, and that the Merchant Account providers is actually the one that determines when to deposit funds. But I assume that there are some general rules that will work 90% of the time, such as: deposit is only on business days and one business day after the transaction processed date.
What other general rules have to be taken into account and how have other implemented this?
Also, are deposits for ARB transactions handled differently?
Thanks.