Hi @IntegrationSupport, hope you are doing well,
We at the finishing stage of M2, we have prepared the data and encrypted the data using fidelius CLI, but when sending the encrypted data we got an error, Your attention matter.Thanks in advance
Best Regards,
SBX_003536
{
"error": {
"code": 4500,
"message": "Failed to identify data flow request for transaction Id"
}
}
Here is the Curl.
curl --location ‘https://dev.abdm.gov.in/patient-hiu/data/notification’
–header ‘Content-Type: application/json’
–data ‘{
“pageNumber”: 0,
“pageCount”: 1,
“transactionId”: “56a819e1-93ba-4a77-a39e-4e0e67079fa3”,
“entries”: [
{
“content”: “MSSoJ7kSc9TV8HUVB…”,
“media”: “application/fhir+json”,
“checksum”: “0a7ae4731969838217d638b3d6e0d941”,
“careContextReference”: “OG-ICAFAA-11510”
}
],
“keyMaterial”: {
“cryptoAlg”: “ECDH”,
“curve”: “Curve25519”,
“dhPublicKey”: {
“expiry”: “2020-10-06T10:50:37.764Z”,
“parameters”: “Curve25519/32byte random key”,
“keyValue”: “MIIBMTCB6gYHK…”
},
“nonce”: “aB…”
}
}’