post-request

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

Request 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 Success
1 FAILED Unsuccessful