I need to call addItemAndStartVerificationDataRequest
to do Instant Account Verification using Yodlee IAV Rest APIs.
I am following this documentation and providing the data params that are given here: addItemAndStartVerificationDataRequest
But calling this APIs following the given documentation, I am getting this response from Yodlee APIs.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Errors xmlns="http://namespace.yodlee.com/pfm/2009/Error">
<Error>
<errorCode>415</errorCode>
<errorDetail>system_error</errorDetail>
</Error>
</Errors>
I have also visited this solution here but this is not helpful:
Error 415 from IAV Rest API - Get verbose error message
Any idea, how to go through this issue?