Dear SupportTeam,
After Successful Completion of v0.5/links/link/on-init, we entered the Otp in phr app but we didn’t receive links/link/confirm api. @IntegrationSupport
can u please help to us to complete this issue.
plz find the payload of links/link/init that we received from phr app.
{
“requestId”: “aa57dce7-6a73-4b69-a2a1-6b7a0a42922d”,
“timestamp”: “2023-12-20T04:30:07.677914”,
“transactionId”: “85ad7a6b-47c3-46c3-988e-492b5bd72aef”,
“patient”: {
“id”: “thisiskarthik@sbx”,
“referenceNumber”: “12”,
“careContexts”: [
{
“referenceNumber”: “vistited-191223”
}
]
}
}
after that we call links/link/on-init plz find payload of on-init
{
“resp”: {
“requestId”: “aa57dce7-6a73-4b69-a2a1-6b7a0a42922d”
},
“requestId”: “14f522ba-0da9-4ab0-b2fb-de0b5ff8566f”,
“link”: {
“referenceNumber”: “12”,
“meta”: {
“communicationMedium”: “MOBILE”,
“communicationHint”: “String”,
“communicationExpiry”: “2023-12-21T04:30:07.777342900”
},
“authenticationType”: “DIRECT”
},
“transactionId”: “85ad7a6b-47c3-46c3-988e-492b5bd72aef”,
“timestamp”: “2023-12-20T04:30:07.777342900Z”
}
after links/link/init we received from gateway as 202. can u plz check this payload and help to us.