简体   繁体   English

IPP客户帐户数据API com.intuit.ipp.aggcat.exception.InvalidRequestException:403:禁止

[英]IPP Customer Account Data API com.intuit.ipp.aggcat.exception.InvalidRequestException: 403 : Forbidden

I have a test that makes a call and gets the accountList. 我有一个拨打电话并获取accountList的测试。 I used the institution id 100000 (testing id) with id direct and password anyvalue with userId nfarooqui. 我使用的机构ID为100000(测试ID),其ID为direct,密码为anyvalue,其userId为nfarooqui。 I got the response the first time, it returned with 10 accounts. 我是第一次得到回复,它返回了10个帐户。 the second time I changed the userId to changeit and gave the same credentials this time it returned with 403 error. 第二次,我将userId更改为changeit,并给出了相同的凭据,这一次它返回403错误。 Now even when I am using my previous userId it keep throwing same exception. 现在,即使当我使用以前的userId时,它仍然会引发相同的异常。 Secondly I read in documentation that for testing purpose we can only have 5 userids and 10 accounts. 其次,我阅读了文档,出于测试目的,我们只能有5个用户ID和10个帐户。 I am wondering if the institutionid 100000 and with test credentials have 10 accounts associated with them; 我想知道机构ID 100000和具有测试凭据的帐户是否与10个帐户相关联; we can never have more than one userid? 我们永远不能拥有一个以上的用户ID? I am not sure how 5 userids can be tested with. 我不确定如何测试5个用户ID。 Thanks in advance! 提前致谢!

In CAD API, in dev mode the number of customer/account restrictions is changed.You can create maximum of 20 users and 10 accounts per user. 在CAD API中,在开发人员模式下,更改了客户/帐户限制数量。您最多可以创建20个用户和每个用户10个帐户。

Ref - https://developer.intuit.com/docs/0020_customeraccountdata/faq#How_many_distinct_customers_can_be_created_while_in_development_mode.3F 参考-https: //developer.intuit.com/docs/0020_customeraccountdata/faq#How_many_distinct_customers_can_be_created_while_in_development_mode.3F

To resolve this 403 issue, you can either call deleteUser or you can delete( DeleteAccount API ) individual accounts which are already added to your profile. 要解决此403问题,您可以调用deleteUser或删除( DeleteAccount API )已添加到您的配置文件中的单个帐户。

Thanks 谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM