# tuna and Paddle

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Start the server to process HTTP notifications

Information about incoming Paddle notifications can be found in the [official documentation](https://developer.paddle.com/webhooks/overview).

## Step 3. Run tuna

In the startup arguments, specify your server's port:

```bash
tuna http 8080

```

Or with a static address:

```bash
tuna http 8080 --subdomain=paddle-webhook

```

## Step 4. Specify the address for incoming notifications

Detailed instructions for configuring event sending can be found in the [official documentation](https://developer.paddle.com/webhooks/notification-destinations).
