继续从Intuit AggCat API获得403响应

时间:2012-12-28 17:25:05

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

我不断从Intuit AggCat API获取403以响应除getInstitutionsgetInstitutionDetails之外的所有请求(它们返回正确的数据)。还有其他人经历过吗?

Ruby代码摘录:

IntuitIdsAggcat.config(:issuer_id => "...")
IntuitIdsAggcat.config(:oauth_consumer_key => "...")
IntuitIdsAggcat.config(:oauth_consumer_secret => "...")
IntuitIdsAggcat.config(:certificate_path => "...")
IntuitIdsAggcat::Client::Services.delete_customer '1'
IntuitIdsAggcat::Client::Services.discover_and_add_accounts_with_credentials 14007, 1,  { "onlineID" => "...", "passcode" => "..." }
IntuitIdsAggcat::Client::Services.get_customer_accounts 1

响应:

{:challenge_session_id=>nil, :challenge_node_id=>nil, :response_code=>"403", :response_xml=><UNDEFINED> ... </>}`

我正在使用https://github.com/rewardsummit/intuit_ids_aggcat

1 个答案:

答案 0 :(得分:0)

该响应代码的文档位于[此处]:https://ipp.developer.intuit.com/index.php?title=0010_Intuit_Partner_Platform/0020_Aggregation_%26_Categorization_Apps/AggCat_API/0700_Error_Codes

看起来用户凭据已更改或已被锁定。

的问候,
震动