Resubmits a transaction that FAILED, rebuilding and re-signing it where that is possible.
This only applies to wallets AUDD holds the keys for. A transaction sent from a wallet you hold yourself is refused with transaction.source_is_external, because AUDD cannot re-sign on your behalf; send the transfer again from your own infrastructure instead.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400The transaction cannot be resubmitted. The messageKey says why: transaction.only_failed_tx_allowed when its status is not FAILED, transaction.source_is_external when it was sent from a wallet you hold yourself, and transaction.action_not_allowed_on_parent_tx when it groups other transactions.
401Unauthorized. The bearer token is missing, expired or invalid. The response body is empty.
403Forbidden, with messageKey transaction.access_denied. The transaction was not sent from one of your wallets.
404No transaction exists with that id, with messageKey transaction.tx_not_found. Also returned for a value that is not a well-formed id.
500Internal server error
