Credit card crediting and debiting / ACH crediting and debiting through Api without user interaction

后端 未结 1 1452
花落未央
花落未央 2021-01-16 07:59

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

1条回答
  •  南笙
    南笙 (楼主)
    2021-01-16 08:59

    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.

    0 讨论(0)
提交回复
热议问题