【问题标题】:Keep getting 403 response from Intuit AggCat API不断收到来自 Intuit AggCat API 的 403 响应
【发布时间】:2013-08-15 00:22:50
【问题描述】:

我不断从 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

【问题讨论】:

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


    【解决方案1】:

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

    用户凭据似乎已更改或已被锁定。

    问候,
    震动

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-11-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-07-05
      • 1970-01-01
      • 2020-12-24
      • 1970-01-01
      相关资源
      最近更新 更多