【问题标题】:AggCat Categorization returns common => nilAggCat 分类返回 common => nil
【发布时间】:2013-08-05 21:55:25
【问题描述】:

按照 IPP 客户账户数据网站上关于 categorization 的说明并设置应用程序以从用户银行账户接收交易后,我收到了每笔交易的 common => nil。这是仅用于生产的功能,还是测试应用应接收交易分类?

【问题讨论】:

  • 请包括您使用的任何代码,但它不能按您的预期工作。

标签: intuit-partner-platform categorization customer-account-data-api


【解决方案1】:

Intuit 设置了一个虚拟 FI(称为 CC_Bank,institutionId - 100000)用于测试 CAD API。我猜,您正在针对 CC_Bank 测试这些调用。

参考 - https://developer.intuit.com/docs/0020_customeraccountdata/customer_account_data_api/testing_calls_to_the_api

在 getAccountTransaction 调用中,CC_Bank 返回一个静态交易列表(带有分类)。

您可以参考以下步骤来获取新令牌并使用 ApiExplorer 测试 API 调用。

ApiExplorer 链接 - https://developer.intuit.com/apiexplorer?apiname=CustomerAccountData

使用 openssl 生成密钥 - https://developer.intuit.com/docs/0020_customeraccountdata/007_firstrequest

生成这些密钥后,您可以使用公钥创建示例应用。 https://developer.intuit.com/docs/0020_customeraccountdata/009_using_customeraccountdata/0010_gettingstarted/0015_create_an_cad_integration

然后在 apiexplorer 链接中使用 .p12 文件和 pwd 进行 SAML 断言 - https://developer.intuit.com/apiexplorer

您可以参考/使用 java/.net 示例应用程序来了解应用程序流程。

参考链接 - https://developer.intuit.com/docs/0020_customeraccountdata/devkits

更新

这不仅仅是一个 prod 功能。对于真正的金融机构,你应该得到分类数据。

谢谢

【讨论】:

  • 我一直在使用自己的凭据进行测试,但没有收到过去六个月交易的分类。我已在我的应用程序上启用分类。
猜你喜欢
  • 1970-01-01
  • 2013-09-26
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多