ABHA address Creation Failed

Hi @IntegrationSupport

I am trying to generate the abha address using the api

https://dev.abdm.gov.in/cm/v1/apps/create/phrAddress

payload data used
{
“phrAddress”: “testforhodotest1629@sbx”,
“sessionId”: “9a9387cb-cbac-4116-bfa7-df8f2795294f”
}

response received as
{
“error”: {
“code”: 1417,
“message”: “ABHA address contains invalid characters: ‘1269’”
}
}

Previously abha generation was succeeded in. this way. from today I can’t generate the abha address with number.

Please check and update

Thanks and Regards
SALAHUDHEEN

Hi @IntegrationSupport

Issues persist still.

Payload data
{
“password”: “g5066C8Zkg7cYmvNUfj0DzPJNS7EUc5GjoME1RdDjX18eSoQ78WQynWyU+xQWr49l80/RBnTlw9hIevt2yATkcjIAiBmIHAJymESAnSRa+Ikg0SoeUjXhLIfKsM2Iu/XsQsSi9jgfPmk/780p27xfMPMaFLb1f+KxwfwHqawMJy9B5JKC3fJu7eK/VokThBDb9g6wjauIRnZ0FN3GxdZF0Gh8YWLmxnAWcn64qELtKWuaO5VNM0IqgzGCDKGtWuwSJLKQ5/nOFDQh/fH8fk8x5cCQMBQEQSuxfmYnyGX3uctNGOINH2Dzy1R/Tcon8OfoQ2MZiqdxyYtDaeFK6ON/w==”,“phrAddress”: “septtwentyninefortest@sbx”,“sessionId”: “bf7c1bbd-d69b-4647-b3d6-267e3e5d7889”
}

response data
{“response”:"{“error”:{“code”:1417,“message”:“ABHA address contains invalid characters: ‘’”}}",“response_code”:400}


is there any length limit for abha address?

Please check and update

@salahudheen – System should have the provision of customized ABHA address creation with ABHA address policy as per ABDM standards. Validation rules on ABHA Address to be set at the API level. Please follow this :
Minimum length - 8 characters
Maximum length - 18 characters
Special characters allowed - 1 dot (.) and/or 1 underscore (_)
Special character dot and underscore should be in between
Special characters cannot be in the beginning or at the end
Alphanumeric - only numbers, only letters or any combination of numbers and letters is allowed.
Customized ABHA address with a default unique 14 digits ABHA number will be created by the system.