I have a web application where I need to split the transaction total and
send different amounts of the entire transaction amount into two
separate Authorize.net accounts. I can do this with Stripe via transfers
from connected accounts, but I'm not su...