AggCat分类返回common =>零

时间:2013-08-05 21:55:26

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

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

1 个答案:

答案 0 :(得分:2)

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链接中使用带pwd的.p12文件进行SAML断言 - https://developer.intuit.com/apiexplorer

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

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

更新

这不仅仅是一个刺激功能。对于真实的FI,您应该获得分类数据。

谢谢