本文介绍了银行 API/协议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何银行通过任何形式的 API 提供个人账户的数据馈送?我基本上是想在不登录他们的网站的情况下检查帐户余额.

Do any banks offer data feeds of personal accounts via any form of API? I'm essentially looking to check balances on accounts without logging into their website.

我记得在某个时候读过关于通用银行协议的内容......也许 mint.com 使用它来访问帐户?mint.com 是否与每家银行都有特殊关系,或者我可以利用他们的方法吗?

I remember reading about a universal banking protocol at some point... and maybe mint.com uses it to access accounts? Does mint.com have a special relationship with each bank, or can I leverage their method?

根据我的要求,我只对访问我自己的财务数据感兴趣.

For my requirements, I'm only interested in accessing my own financial data.

推荐答案

查找 开放金融交易所 (OFX) 格式在网络上.这(我相信)是银行业的通用格式.

Look up the Open Financial Exchange (OFX) format on the web. That (I believe) is a generic format for the banking industry.

这篇关于银行 API/协议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-25 11:51