Retry Delivery
POST/api/v1/transactions/:transaction_id/retry
Deliver a failed or retrying outbound transaction again โ the SAME transaction, the same stored document, the same message id.
This is the retry a person reaches for when the receiver's Access Point was
unreachable or the registry blinked. It differs from /resend, which builds a
NEW transaction from the original invoice data: for an Oman document the new
copy carries the same deterministic UUID as the failed one and is refused as a
duplicate, so /resend cannot retry an Oman invoice at all.
Requirements:
- Transaction must be outbound (sent) and in 'failed' or 'retrying' status
- The document must still be in storage
Requestโ
Responsesโ
- 200
- 422
Successful Response
Validation Error