openbankingspace / tpp-issues

34 stars 1 forks source link

Barclays - V3.1 - 500 error response when fetching credit card Account/Transactions #178

Closed oliver-hohn closed 4 years ago

oliver-hohn commented 5 years ago

When fetching the transactions for a credit card account, we receive a response with a 500 status code, and the following response body:

{
  "Code": "500 Internal Server Error",
  "Id": "589d911b-2f1a-4f90-83de-0171a2fa70d5",
  "Message": "Internal Server Error",
  "Errors": [{
    "ErrorCode": "UK.OBIE.UnexpectedError",
    "Message": "Unexpected error occurred while processing the request. "
  }]
}

References

oliver-hohn commented 4 years ago

As of the 17th of September the issue has been fixed. We are able to fetch transactions for credit card accounts.