For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reprocess Error Transactions

This API Reprocess the Remediable orders/invoices/events transactions rejected by the system due to some exceptions

Method - POST

API End Point

apis/errortransactions/v1/reprocess

Payload

 {
  "operation_name" : "reprocess",
  "error_ids" : [ "1a347017-2025-46b6-87b9-e69305bf053f" ]
}

Note: For reprocessing multiple errors, we can provide Error Ids as comma seperated in the payload. Example - {"operation_name" : "reprocess", "error_ids" : [ "1a347017-2025-46b6-87b9-e69305bf053f","1a347017-9999-8888-87b9-e69305bf053f","77777017-7777-8888-87b9-e69305bf053f" ] }

Screenshot for reference

Response

Last updated

Was this helpful?