In Discovery flow after discover care-contexts when i click on Link Selected I am getting message saying ‘Success’. But where the user will enter OTP in PHR application, I am not able to find any screen there. links/link/on-init API is returning 202 status code but PHR apps show message saying ‘Success’.
init Request :
{“requestId”:“41d09654-1cad-41d0-a47a-80b514a719cc”,“timestamp”:“2022-08-24T04:23:03.015537”,“transactionId”:“12058989-9015-41ee-877e-7437cd7f2dde”,“patient”:{“id”:“91735176185842@sbx”,“referenceNumber”:“91735176185842@sbx”,“careContexts”:[]}}
on-init call back Response:
{“requestId”:“fb05f461-6282-4314-b75d-225f816f7830”,“timestamp”:“2022-08-24T04:22:19.19”,“transactionId”:“12058989-9015-41ee-877e-7437cd7f2dde”,“link”:{“referenceNumber”:“91735176185842@sbx”,“authenticationType”:“DIRECT”,“meta”:{“communicationMedium”:“MOBILE”,“communicationHint”:“91735176185842@sbx”,“communicationExpiry”:“2022-08-24T04:32:19.19”}},“error”:{“code”:“1000”,“message”:“Success”},“resp”:{“requestId”:“41d09654-1cad-41d0-a47a-80b514a719cc”}}