Data push url not recieving response but on request sending request id without any error message

These are the key parameters we sent with the appropriate data push url and consent id

    "keyMaterial": {
      "cryptoAlg": "ECDH",
      "curve": "Curve25519",
      "dhPublicKey": {
        "expiry": "2024-08-24T10:54:45.908Z",
        "parameters": "Curve25519/32byte random key",
        "keyValue": "bac6e263bb6562310025739aa8d1b304dce63fe26e6541856b72beae7102fe43"
      },
      "nonce": "b0c13fc0aafec71e568a1526b2176fa2e8d686b411760532"
    }

No error logs what so ever are received on our /v0.5/health-information/transfer endpoint.
We are receiving correct response on on-request endpoint.
Patient linking alongside consent flow is also done correctly.

client ID:- SBX_003468 @IntegrationSupport

Python Pynacl library is used as per the documentation mentioned

2 Likes

{

"requestId": "{{$guid}}",

"timestamp": "{{timestamp}}",

"hiRequest": {

    "consent": {

        "id": "b2a73b12-d5a0-4728-aef2-8633434d7195"

    },

    "dateRange": {

      "from": "2020-04-18T06:06:29",

       "to": "2021-09-18T06:06:29"

    },

    "dataPushUrl": "https://ions2onnxb.execute-api.ap-south-1.amazonaws.com/prod/v0.5/health-information/transfer",

    "keyMaterial": {

        "cryptoAlg": "ECDH",

        "curve": "Curve25519",

        "dhPublicKey": {

            "expiry": "2024-11-26T10:25:26.274Z",

            "parameters": "Curve25519/32byte random key",

            "keyValue": "0c0a066ced278030bbe5d9e5c4ab034b57b8acd77ac367f2ad7ac216f2dcbe03"

        },

        "nonce": "366ab351d186286d8bace12dcc7d5853bf994faba5a20205"

    }

}

}

this is the request body

2 Likes

@abaditya26 We are also facing similar problem here

2 Likes

@IntegrationSupport Kindly help to check it and resolve this issue.
client ID:- SBX_003468

1 Like

@Manishkumar Share your data push URL and other logs to check this issue.

Please use Chaitanya’s api request body as reference. We 3 are working together

1 Like

Hi @rohan12 is this issue resolved If yes Please help me since we are also using same issue Thanks