Not getting auth/on-confirm callback

Hello @IntegrationSupport @Ramandeep1 @Shubhanshu_S @Govind_Deshmukh,

We are not getting auth/on-confirm callback from the gateway.

Curl for auth/confirm

curl --location --request POST 'https://dev.abdm.gov.in/gateway/v0.5/users/auth/confirm' \
--header 'accept: */*' \
--header 'X-CM-ID: sbx' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJBbFJiNVdDbThUbTlFSl9JZk85ejA2ajlvQ3Y1MXBLS0ZrbkdiX1RCdkswIn0.eyJleHAiOjE2NzU0MDk0MDUsImlhdCI6MTY3NTQwODgwNSwianRpIjoiZjFiZjBlYzQtZTc3OC00YTVhLTk0ZjAtODUyYmUwNTc3N2M5IiwiaXNzIjoiaHR0cHM6Ly9kZXYubmRobS5nb3YuaW4vYXV0aC9yZWFsbXMvY2VudHJhbC1yZWdpc3RyeSIsImF1ZCI6ImFjY291bnQiLCJzdWIiOiJjMTAzYTQxNS0zYjFjLTQ2NzQtODk1ZS04YzY3MWJjNGY3MDciLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiJTQlhfMDAyMTAxIiwic2Vzc2lvbl9zdGF0ZSI6IjEzOTI0OWZiLWFiMWEtNDI0Zi04N2YyLTJjYzYwY2Q5OGI1YiIsImFjciI6IjEiLCJhbGxvd2VkLW9yaWdpbnMiOlsiaHR0cDovL2xvY2FsaG9zdDo5MDA3Il0sInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJoaXUiLCJvZmZsaW5lX2FjY2VzcyIsImhlYWx0aElkIiwiT0lEQyIsImhpcCIsImhwX2lkIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsiU0JYXzAwMjEwMSI6eyJyb2xlcyI6WyJ1bWFfcHJvdGVjdGlvbiJdfSwiYWNjb3VudCI6eyJyb2xlcyI6WyJtYW5hZ2UtYWNjb3VudCIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwidmlldy1wcm9maWxlIl19fSwic2NvcGUiOiJvcGVuaWQgZW1haWwgcHJvZmlsZSIsImNsaWVudEhvc3QiOiIxMC4yMzMuNjguNzAiLCJjbGllbnRJZCI6IlNCWF8wMDIxMDEiLCJlbWFpbF92ZXJpZmllZCI6ZmFsc2UsInByZWZlcnJlZF91c2VybmFtZSI6InNlcnZpY2UtYWNjb3VudC1zYnhfMDAyMTAxIiwiY2xpZW50QWRkcmVzcyI6IjEwLjIzMy42OC43MCJ9.mDc-xrruvcJ6A9BnwNfAGxP6CkcxyOAzv3wyBsXEdii6t5PbCqe2hAms2Z9D9neMFra_BHqqEizftcrxp8LAObLtAIPERPAy6Wif0NnrwlRoW-353FU8A5rlvPTxQWKfoxS8up7yc_bnnt1bUESgJ_AsFwAEMHi4J-tOSgzYoeakkXycOpjqlqJ5qm2j3XTiCUoM4pm6qKAvRf_i2gO3CyP0YMboiM8usovZhycte15b9A_CbWzBOT-wz90ICApx9rIXwoHP6434KUk6jfLmvMpQEFJReUdY2GBCyyDFBb5iITXQGKfvolSN16I7UliedUGtRPSfwUlfDBBEdlcoZADE' \
--header 'Cookie: TS011c04bd=01445fed04ed3e32686a3d923ccb2ffd47ffb1c34be6b21afcf8e70cd7356d9abad4ae2268eb39ec7dcd24d5c3dbc63f1cc69baf62' \
--data-raw '{
    "requestId": "584ac49c-01c8-40e3-873b-b2ff592f916c",
    "timestamp": "2023-02-03T07:26:34.147000",
    "transactionId": "fdc4e42d-99e7-48f8-9d53-020693397a9d",
    "credential": {
       "authCode":"924591"
  } 
}'

Please help. Thanks

Hi @IntegrationSupport, I am as well facing the same issue and I am not getting any on-confirm calls from the api even though my request to the gateway using the confirm api was accepted. Please note that till yesterday it was working fine but today there is no response from the gateway. At few random times even the on-fetch-modes api is not receiving response. Please look into this ASAP