Fired when a wallet action fails before any on-chain effects (e.g. policy rejection, simulation failure). Safe to retry.
Payload for the wallet_action.transfer.rejected webhook event.
The type of webhook event.
wallet_action.transfer.rejected The ID of the wallet action.
The ID of the wallet involved in the action.
Type of wallet action
swap, transfer The status of the wallet action.
pending, succeeded, rejected, failed Asset identifier (e.g. "usdc", "eth").
Decimal amount as provided by the user (e.g. "1.5").
Chain name (e.g. "base", "ethereum").
Recipient address.
A description of why a wallet action (or a step within a wallet action) failed.
The steps of the wallet action at the time of rejection.
A wallet action step consisting of an EVM transaction.
Return a 200 status to indicate that the webhook was received successfully.