Hi,
My Endpoint url is https://demo.solfordoc.com
I have also updated URL : https://dev.abdm.gov.in/devservice/v1/bridges with a patch request.
I am calling https://dev.abdm.gov.in/gateway/v0.5/users/auth/fetch-modes API. its says 202 accepted. but didn’t receive any callbacks.
Payload :
{
“requestId”: “1fbf54d2-9e1e-4b37-996d-6c22a4fd20a6”,
“timestamp”: “2022-04-07T11:23:35.412Z”,
“query”: {
“id”: “maritest@sbx”,
“purpose”: “KYC_AND_LINK”,
“requester”: {
“type”: “HIP”,
“id”: “MGX”
}
}
}
But callbacks are coming to webhook.site endpoint if configured.
please help/guide me.