I have completed the Apigee open bank sandbox api integration. When I initiate the authorize request previously I gets a login page after that consent page. But now whenever I am hitting a authorize request I am getting the below error.
{
"ErrorResponseCode" : "400",
"ErrorDescription" : "accountRequest/paymentRequest is already authorised"
}
Why do I not see the login page opening? Is there any expiration period for authorize code?
Any help will be greatly appreciated!!!