post-request

Description: When we hit this URL, all the failed webhook transactions will be resend synchronously.

 

Headers


Content-Type: application/JSON
client_id: To be shared during integration
client_secret: To be shared during integration

 

Response Body Parameters


Parameter Parameter description with examples Data type
status Transaction status code (0 for Success and 1 for Failure) String
message Corresponding message for the status. E.g. - "reintiate not able to process" String
errorMessage (exclusive for Failed Responses) Message describing the Error. E.g. - "error in publish" String

Sample Response Body


Success :

Failed:

Status Codes


Code Significance Description
0 SUCCESS Successful Initiated
1 FAILED Unsuccessful