# SwapOutputLNURL

LNURL metadata attached to Lightning-based swaps when applicable.

**withdraw**string

LNURL-withdraw link for Lightning to smart-chain flows.

**pay**string

LNURL-pay link for smart-chain to Lightning flows.

**successAction** <!-- -->object

LNURL success action returned after a successful payment via LNURL-pay link, if specified in the LNURL.

**description**stringrequired

**text**string

**url**string

SwapOutputLNURL

```
{

  "withdraw": "string",

  "pay": "string",

  "successAction": {

    "description": "string",

    "text": "string",

    "url": "string"

  }

}
```
