intuit-partner-platform - AggCat 分类返回 common => nil

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

按照 IPP 客户帐户数据网站上有关 categorization 的说明进行操作后并设置一个应用程序从用户银行帐户接收交易,我每笔交易都收到 common => nil 。这是仅限生产的功能还是测试应用程序应该接收交易分类?

最佳答案

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

引用 - https://developer.intuit.com/docs/0020_customeraccountdata/customer_account_data_api/testing_calls_to_the_api

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

您可以引用以下步骤获取新 token 并使用 ApiExplorer 测试 API 调用。

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

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

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

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

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

引用链接 - https://developer.intuit.com/docs/0020_customeraccountdata/devkits

更新

这不仅仅是产品的功能。对于真正的金融机构,您应该获得分类数据。

谢谢

关于intuit-partner-platform - AggCat 分类返回 common => nil,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18068454/

相关文章:

c# - IPP .NET SDK for QuickBooks v3.0 创建发票错误 - 错误请求

api - Quickbooks 中发生事件后触发 API 调用?

tfs - 在 TFS 2010/2012 中,您如何对错误进行分类?

intuit-partner-platform - 实际删除 AggCat 机构的帐户

intuit-partner-platform - Aggcat - 新交易的确定

intuit-partner-platform - "All Invoices"API 响应中缺少某些发票

karate - 如何分发Karate测试框架?

unit-testing - 测试分类

classification - 在没有训练数据的情况下如何对聊天文本进行分类?