作者热门文章
- 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/
我正在寻找使用 sed(或将其与另一个 grep 命令结合使用)来转换以下字符串 John: Hi!,How are you,?,Dylan: Hey,OK 进入 John: Hi! John: Ho
我是一名优秀的程序员,十分优秀!