# SwapExecutionStepRefund

Execution step describing a source-side refund path after a failed swap.

**type**stringrequired

**Possible values:** \[`Refund`]

**side**stringrequired

**Possible values:** \[`source`]

**chain**stringrequired

**title**stringrequired

**description**stringrequired

**status**stringrequired

**Possible values:** \[`inactive`, `awaiting`, `refunded`]

**refundTxId**string

SwapExecutionStepRefund

```
{

  "type": "Refund",

  "side": "source",

  "chain": "string",

  "title": "string",

  "description": "string",

  "status": "inactive",

  "refundTxId": "string"

}
```
