Skip to main content

tuna and Paddle

Step 1. Download the client

Instructions are available on the installation page.

Step 2. Start the server to process HTTP notifications

Information about incoming Paddle notifications can be found in the official documentation.

Step 3. Run tuna

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

tuna http 8080

Or with a static address:

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.