/v0.5/links/link/confirm is not called after entering OTP from PHR App

After entering OTP in PHR app the following error is thrown from the app.
on-Init received 202 response from GW.
No call is made to the service /v0.5/links/link/confirm after OTP.

On-Init Payload:
{
“requestId”:“1e92c5d8-d4c4-4027-9fd7-a7fb4c91f87f”,
“timestamp”:“2021-05-29T05:20:13.720”,
“transactionId”:“3c531ebb-6431-4749-9523-24d27326b58a”,
“link”:{
“referenceNumber”:“18896009-0519-4d27-8bb4-967883c27d59”,
“authenticationType”:“DIRECT”,
“meta”:{
“communicationMedium”:“MOBILE”,
“communicationHint”:"+91-9986XXXXXX",
“communicationExpiry”:“2021-06-08T05:20:13.720”}},
“error”:null,
“resp”:
{
“requestId”:“d1539a27-59be-4397-a32c-f2923b32e7ed”
}
}

Hi @madhavib,

When we check our logs, we see the error below logged:

Failed to get transaction Id

This can happen if the transactionId returned as part of links/on-init is not same as the transactionId sent for links/init.

Please cross check and let us know if this is still causing issues for you.

Thank you