0

We're using the Intuit Customer Account Data API to connect to banks in our application. While the credentials and security questions go through fine, we're getting an Unauthorized error when we provide the answer to the security image (captcha image). Providing a blank does not help either. We get this error only when the answer is correct, in the case of incorrect answer the response is "Incorrect MFA answer".

Manas Mukherjee
  • 5,270
  • 3
  • 18
  • 30
bharathitm
  • 23
  • 4

1 Answers1

1

Have you tried this use-case using CC_Bank( dummy FI setup for testing).

Here is the test username-pwd link for different use cases.

https://developer.intuit.com/docs/0020_customeraccountdata/customer_account_data_api/testing_calls_to_the_api

You should debug the use case using CC_Bank. If it still doesn't work then you should raise a support ticket.

Thanks

Manas Mukherjee
  • 5,270
  • 3
  • 18
  • 30
  • Hi Manas, We tried using the CC bank and it went through fine. We kept getting the same captcha image and whatever we entered went though fine. On the other hand, we got different images for the real financial institutions and even after entering the correct answer, it dint go through. – bharathitm Oct 07 '13 at 05:10
  • In that case, I would suggest you to raise a support ticket. Someone from IPP support will look into this and respond. – Manas Mukherjee Oct 07 '13 at 06:16
  • Okay, i'll do that. Thank you! – bharathitm Oct 07 '13 at 07:05