- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们已成功将 Yodlee IAV API 连接到我们的银行帐户,并注意到无法识别银行路由信息。
我们需要这些数字来向用户转移资金。你可以看看:https://developer.yodlee.com/Instant_Account_Verification(IAV)_API/IAV_Services_Guide/API_References/IAV_REST_API_Reference/getItemVerificationData
您确实获得了一个帐号,但没有与此帐号关联的分行/转运号码。我已经和支持人员谈过了,他们说他们不要从加拿大银行中获取这些信息。
有没有其他方法可以获取这些信息?
以下是从 Yodlee IAV 检索到的信息:
[{
"itemVerificationInfo": {
"transactionId": "XXXXXXXXXX",
"itemId": 1000003,
"contentServiceId": 3736,
"requestStatus": { "verificationRequestStatus": "SUCCEEDED" },
"requestType": { "name": "IAV_FAST" },
"requestTime": "2015-05-26T21:07:34-0700",
"completionTime": "2015-05-26T21:08:03-0700",
"completed": true,
"statusCode": 0,
"localeErrorMessage": "LOCALE_NOT_SUPPORTED",
"requestedLocale": "en_US",
"derivedLocale": "en_CA",
"siteRefreshStatus": {
"siteRefreshStatusId": 5,
"siteRefreshStatus": "REFRESH_COMPLETED"
}
},
"accountVerificationData": [{
"accountType": { "name": "CHECKING" },
"availableBalance": {
"amount": "9.99",
"currencyCode": "CAD"
},
"itemVerificationInfo": {
"transactionId": "XXXXXXXXXX",
"itemId": 1000003,
"contentServiceId": 3736,
"requestStatus": { "verificationRequestStatus": "SUCCEEDED" },
"requestType": { "name": "IAV_FAST" },
"requestTime": "2015-05-26T21:07:34-0700",
"completionTime": "2015-05-26T21:08:03-0700",
"completed": true,
"statusCode": 0,
"localeErrorMessage": "LOCALE_NOT_SUPPORTED",
"requestedLocale": "en_US",
"derivedLocale": "en_CA",
"siteRefreshStatus": {
"siteRefreshStatusId": 5,
"siteRefreshStatus": "REFRESH_COMPLETED"
}
},
"accountNumber": "9.99",
"accountName": "TD UNLIMITED CHEQUING ACCOUNT",
"accountHolder": { "fullName": "My ProfileView Details" },
"itemAccountId": 1000003
}]
}]
最佳答案
由于 Yodlee 不通过他们的服务支持加拿大银行,您最好的选择是后端您自己的数据库,并使用它来验证用户的输入或播种 select
选项。
您可以获得所有(大多数?)加拿大银行的分行和公交号码here .
关于yodlee - 如何获取与 Yodlee 帐户关联的加拿大分行/中转号码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30473721/
我已经在 jQuery transit 中加载了,我确定我是在加载 jQuery 之后才做的,但我仍然得到这个错误: 我查看了 Chrome 中的资源面板,在 jQuery 之后加载了 jQuery
我目前收到一个字符串,例如 Hello there my\r\nName is\r\nJohn Smith\r\nand\r\nstuff 我想将每一行放在一个新列表项...例如: 期望的结果(带有单
我正在尝试使用 MapKit 路线请求获取两个坐标之间的交通路线。 当我切换到其他(非 Transit)类型时,下面的代码可以工作,但是当我切换到 Transit 时,它会抛出一个错误,这个错误在 A
我是一名优秀的程序员,十分优秀!