Paddle Webhook Notification

The Paddle webhook event notification allows processing of ALL events from Paddle. This guide covers integrating the Paddle webhook with Glassfy.

🚧

Glassfy support the Paddle Classic APIs

please be sure to select Paddle Classic APIs and not the Paddle Billing APIs on top left of your paddle integration.

Paddle Webhook Public Key

You need an app-specific public key to verify Paddle Webhook notifications and alerts. Paddle uses public/private key encryption to allow you to verify these requests.

Follow these steps to setup an app-specific public key:

  1. Open your seller dashboard, and open to Developer tools -> Public Key.
  2. Select all the content and copy the public key.
  3. Paste it into a text file and store it as paddle_key.p8.
  4. Load the paddle_key.p8 file into the "Paddle p8 Key File" field of the Glassfy dashboard Setting page

  1. Retrieve your Vendor ID(1) and ApiKey(2) from the Paddle account, Developer Tools -> Authentication.

  1. Copy Vendor Vendor ID(1) and ApiKey(2) to the Glassfy Setting page.

Paddle Webhook Configuration

  1. Copy the "Paddle Server Notification URL" from the Glassfy settings page.
  2. From the Paddle Seller Dashboard open Developer tools -> Events and paste the URL in "URL for receiving webhook alerts".

  1. Check ALL webhook checkboxes for each category.
  2. Click the Save Changes button to confirm the alerts.