v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

markFailed

put/rejectedTransactions/markFailed

Request body

userIdinteger

id of customer for which we transaction add need to be retriggered.

transactionNumberstring[]

list of billNumbers for which the txns were rejected, and for which user wants to retrigger txn add.

errorCodestring[]

list of error code for which user wants to retrigger all the rejected transactions.

commentsstring

can pass the reason for marking the rejected txn permanent fail.

Response

200

resultboolean

Example response

{
  "result": true
}