Resubmit Transaction

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The transaction id, as returned in transactionId by the call that created it, such as POST /trades/buy, POST /trades/sell, POST /assets/trustlines or POST /bank-accounts/withdraw, or in id by GET /transactions. A value that is not a well-formed id is reported as not found rather than rejected.

Headers
string
required

Bearer JWT obtained from POST /mfa/login. Send as "Bearer ". Expires after 5 minutes.

Responses

400

The 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.

401

Unauthorized. The bearer token is missing, expired or invalid. The response body is empty.

403

Forbidden, with messageKey transaction.access_denied. The transaction was not sent from one of your wallets.

404

No transaction exists with that id, with messageKey transaction.tx_not_found. Also returned for a value that is not a well-formed id.

500

Internal server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json