Install guide · ecommerce · ~3 min
Paste a Paddle API key + register a webhook.
Paddle Billing is a merchant-of-record platform. Admaxxer reads revenue from the transaction.completed webhook; the API key is used for follow-up lookups and to validate the webhook signature.
Paddle Dashboard → Developer tools → Authentication → + New API key. Name it "Admaxxer — read-only". Copy the key.
Open /integrations, pick Paddle, and paste the API key.
Paddle Dashboard → Developer tools → Notifications → + New destination. URL: https://cdn.admaxxer.com/api/pixel/webhooks/paddle/:website_id. Events: transaction.completed.
Trigger a test transaction in Paddle sandbox mode. Revenue should land in Admaxxer within 30 seconds.
Paddle-Signature header with ts:h1=... format. Make sure you pasted the correct webhook secret (shown once after creating the destination).