Getting authRequestID v1 instead of authRequestId v2. Due to which createCallbackUrl API is failing.
We are encountering an issue where the authRequestID field is being returned in the v1 format (capital "ID") instead of the expected v2 format authRequestId (camelCase). This mismatch is causing the createCallbackUrl API to fail, as it appears to be strictly expecting the v2-compliant field name.