You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even when verify_sign=false in config.yaml. The server is trying to verify the Header Authorization and sending Nack with
{
"message": {
"ack": {
"status": "NACK"
}
},
"error": {
"code": "20001",
"path": "string",
"message": "Cannot verify signature for request"
}
}
Hi Lokesh,
Tried the same but still it didn't work.
Had to change the keys.
But now I am not receiving response to my reciever_recon after calling
push_reciever_recon
Even when verify_sign=false in config.yaml. The server is trying to verify the Header Authorization and sending Nack with
{
"message": {
"ack": {
"status": "NACK"
}
},
"error": {
"code": "20001",
"path": "string",
"message": "Cannot verify signature for request"
}
}
For push_receiver_recon
input payload - {
"context":{
"bpp_uri":"https://gateway.cept.gov.in/ondc",
"bpp_id":"gateway.cept.gov.in"
}
}
The text was updated successfully, but these errors were encountered: