通过 Api 进行信用卡贷记和借记/ACH 贷记和借记,无需用户交互

发布于 2024-11-03 09:55:58 字数 581 浏览 1 评论 0原文

我正在寻找一种方法来自动从一张信用卡到另一张信用卡或从一个银行帐户到另一个银行帐户的转账,而最终用户无需登录贝宝或亚马逊支付之类的东西来完成该过程(通过转账)他们的在线余额到他们的银行帐户)。

这是之前问题的延伸。
直接存款 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嘿嘿嘿 2024-11-10 09:55:58

我看到有一个 api 可以做到这一点。
echeck.net 使用 ACH 网络和
贷记/借记银行账户。

是否可以存储银行信息
通过 CIM 在authorize.net 服务器中
API,并在每次访问网站时使用它们
需要向消费者收钱,
通过脚本?并通过脚本
是否可以为用户提供信用
网站银行的银行账户
帐户?

CIM 确实可以与 eChecks 配合使用,并且应该满足您的需要。有关 createCustomerProfileRequest 的详细信息,请参阅 CIM 手册的第 9 页API 调用。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文