Create-phr-address not working

@IntegrationSupport
while calling https://phrsbx.abdm.gov.in/api/v1/phr/registration/hid/create-phr-address
getting 500 error.

Headers------
added Authorization token and X-Token

Body---------
{
“phrAddress”: “lverma1741995”,
“transactionId”: “f522abc2-db26-4c4f-9b41-c2e74e16d3eb”
}

Response-------
{
“code”: “MIS-500”,
“message”: “An unexpected error has occurred. Please try again in sometime.”,
“details”: null
}

@IntegrationSupport kindly do need full.

Nothing seems to be wrong, provided you entered correct transaction-id. Can you re-try and share the payload screenshot? @DmAvinash

I tried adding suffix @sbx in phrAddress. and got 200(Ok). Now the body is

Body---------
{
“phrAddress”: “lverma1741995@sbx”,
“transactionId”: “f522abc2-db26-4c4f-9b41-c2e74e16d3eb”
}

So I think we must have to add @sbx as suffix to the phr address.

great! thanks for sharing!! :slight_smile: