I\'m looking for a way to automate a transfer from one credit card to another credit card or from one bank account to another bank account, without the end user having to lo
I saw that there is an api for that. echeck.net which uses ACH network and credit/debits a bank account.
Is it possible to store the bank info in authorize.net server through CIM API, and use them whenever website needs to collect money from consumer, through a script? and through script is it possible to credit the users bank account from website bank account?
CIM does work with eChecks and should do what you need. See page 9 of the CIM manual for details of the createCustomerProfileRequest
API call.