通过 Api 进行信用卡贷记和借记/ACH 贷记和借记,无需用户交互
我正在寻找一种方法来自动从一张信用卡到另一张信用卡或从一个银行帐户到另一个银行帐户的转账,而最终用户无需登录贝宝或亚马逊支付之类的东西来完成该过程(通过转账)他们的在线余额到他们的银行帐户)。
这是之前问题的延伸。
直接存款 API(ACH、EFT 等)
有人解决了这个问题。你能提出答案吗?
[编辑]
我知道在数据库中存储信用卡信息时会存在 PCI 合规问题。所以我正在检查一个 API,它可以保存信息并进行信用卡贷记和借记操作。
将银行信息存储在数据库中是否有问题?
[新]
我看到有一个 api 可以做到这一点。 echeck.net 使用 ACH 网络并存入/借记银行账户。
是否可以通过 CIM API 将银行信息存储在authorize.net 服务器中,并在网站需要通过脚本向消费者收款时使用它们?通过脚本是否可以从网站银行帐户存入用户的银行帐户?
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 login to something like paypal or amazon payments to complete the process (by transferring their on-line balance to their bank account).
This is extension to the earlier question.
API For Direct Deposit (ACH, EFT, Whatever)
Anybody solved this. Could you suggest the answer?
[EDIT]
I know that PCI compliant issues will be there to store credit card info in database. So I am checking for an API which saves saves the info and doing crediting and debiting credit card.
Is there any issue to store the bank info in database?
[new]
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CIM 确实可以与 eChecks 配合使用,并且应该满足您的需要。有关
createCustomerProfileRequest
的详细信息,请参阅 CIM 手册的第 9 页API 调用。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.