Hi team
@IntegrationSupport
This is my url : https://dev.abdm.gov.in/gateway/v0.5/users/auth/on-notify
This is my request :
{
"requestId": "e1938d25-f842-4fcf-9e1e-350c2bc68e93",
"timestamp": "2023-07-18T05:25:42.104Z",
“acknowledgement”: {
"status": "OK"
},
“error”: {
"code": 1000,
"message": ""
},
“resp”: {
"requestId": "728646c7-a308-4edf-8553-6f8ddf85c7cb"
}
}
This is my response :
{
“error”: {
“code”: 2500,
“message”: “Unknown error occurred”
}
}
I am using two flows :
1st:
This is my 1st flow i am currently using :
- https://dev.abdm.gov.in/gateway/v0.5/users/auth/fetch-modes
- https://dev.abdm.gov.in/gateway/v0.5/users/auth/init
- https://dev.abdm.gov.in/gateway/v0.5/users/auth/confirm
-
https://dev.abdm.gov.in/gateway/v0.5/users/auth/on-notify
I am using this flow the above request i passed and response will come showing error
2nd :
This is my 1st flow i am currently using : - https://dev.abdm.gov.in/gateway/v0.5/users/auth/fetch-modes
- https://dev.abdm.gov.in/gateway/v0.5/users/auth/init
- https://dev.abdm.gov.in/gateway/v0.5/users/auth/confirm
-
https://dev.abdm.gov.in/gateway/v0.5/users/auth/notify
I am using this flow the below request i passed and response will come showing Access Denied
This is my url : https://dev.abdm.gov.in/gateway/v0.5/users/auth/notify
This is my request :
{
"requestId": "27d6ccb8-741a-494b-a573-62822bc1e494",
“timestamp”: “2023-07-18T05:24:37.987Z”,
“auth”: {
"transactionId": "7fe8cb58-09e7-4433-a1c3-18fdfc2f7bfb",
"status": "GRANTED",
"accessToken": "eyJhbGciOiJSUzUxMiJ9.eyJzdWIiOiJzdWRlZXBha3VsYTI5MDZAc2J4IiwicmVxdWVzdGVyVHlwZSI6IkhJUCIsInJlcXVlc3RlcklkIjoiNzY0MzYiLCJwYXRpZW50SWQiOiJzdWRlZXBha3VsYTI5MDZAc2J4Iiwic2Vzc2lvbklkIjoiYWRjYmQzYzItMWI5NC00MjdmLThhZmEtOThjYjc0YmQ1MTZkIiwiZXhwIjoxNjg5NzQ0MjA0LCJpYXQiOjE2ODk2NTc4MDR9.Axo9I7pVEkmRj2OTFfn18zw3epUx0fa6yoCg2UkNE21uUMxbDnYeNGMtW_OKv9FnZbeeCwnJ-onuzdjnFPeM1pb495PWYMb0VJheQEo3fyKb-APpxolrFYPq55nL-Gp-ynliSoxiz-pj0PAOAQCcAMiBZyOWaQ6ZjKbd3d7fK4WG2aqjUoEo8UDlbuvpKaS6fvem1RbIrZK10HtXCwMdGgNtaZoDyZbYW8gDIHX_-nwdgOXJATAt4PR1wAjRNBrAJIlyGx8UKyp-0t9C_7BTfw2GQRajrW2tb1vSCrFnqzcVXUfRfUcEFJGd8KF9zcKp0iKk9n2SJJ_5JN_VAHw9Sg",
"validity": {
"purpose": "LINK",
"requester": {
"type": "HIP",
"id": 76436
},
"expiry": "",
"limit": "1"
},
"patient": {
"id": "<sudeepakula2906>@<consent-manager-id>",
"name": "Akula Sudeep Kumar",
"gender": "M",
"yearOfBirth": "1998",
"address": {
"line": "",
"district": "WEST GODAVARI",
"state": "ANDHRA PRADESH",
"pincode": ""
},
"identifiers": [
{
"type": "MR",
"value": "+917729905905"
}
]
}
}
}
This is my response :
Access Denied