# LNURLPayParamsWithUrl

```
type LNURLPayParamsWithUrl = LNURLPayParams & object;
```

Defined in: [atomiq-sdk/src/types/lnurl/LNURLPay.ts:22](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/lnurl/LNURLPay.ts#L22)

Response of the LNURL-pay link with the added original url

## Type Declaration

| Name  | Type     | Defined in                                                                                                                                                          |
| ----- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `url` | `string` | [atomiq-sdk/src/types/lnurl/LNURLPay.ts:22](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/lnurl/LNURLPay.ts#L22) |
