1

および(正しいデータを返す)403を除くすべてのリクエストに応答して、IntuitAggCatAPIから取得し続けます。他の誰かがそれを経験しましたか? 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を使用しています

4

1 に答える 1

0

その応答コードのドキュメントは [ここ] にあります: https://ipp.developer.intuit.com/index.php?title=0010_Intuit_Partner_Platform/0020_Aggregation_%26_Categorization_Apps/AggCat_API/0700_Error_Codes

ユーザーの資格情報が変更されたか、ロックされているようです。

よろしく、
ジャレッド

于 2013-01-02T14:20:54.840 に答える