# Paddle

## Enable Paddle

Gateway URL: <https://paddle.com>

In your account, got to **Developer Tools** -> **Alert / Webhooks** ->**Receiving alerts**\
**URL for receiving webhook alerts** will be <https://ipn.YourDomain/ipn/paddle/\\>
For **Subscriptions under Webhook** Check all\
For **One-off purchases** Check all\
For the rest please don't check them\
**Paddle Sale Taxes**In your account, got to **Checkout** -> **Sale Tax settings** -> **Add to price**-> **Save Changes**

## **REQUIRED FIELDS**

### Paddle Vendor ID

In your account, got to **Developer Tools** -> **Authentication** -> **Your Paddle Vendor ID**

### **Paddle Auth Code**

In your account, got to **Developer Tools** -> **Authentication** -> **Active Integrations & Auth Codes** -> **Reveal Auth Code**

### **Paddle Webhook Public Key**

In your account, got to **Developers** -> **Webhooks** -> **Public Key**

### **Paddle Plan ID for 1 Month**

In your account, got to **Catalog** -> **Subscription Plans** -> **New Plan**\
Fill the following fields:\
Plan Name: What plan name you want to know that this is for 1 month, Ex: 1Month\
Billing Interval: Monthly\
Trial Period: 0\
Enable quantity: Unchecked\
For Subscription Plan Pricing check just **US Dollar (USD)** and set the **Price** to **0**\
After that -> **Save plan** and get the **Plan ID** from he list

### **Paddle Plan ID for 3 Months**

In your account, got to **Catalog** -> **Subscription Plans** -> **New Plan**\
Fill the following fields:\
Plan Name: What plan name you want to know that this is for 3 month, Ex: 3Month\
Billing Interval: 3 Months\
Trial Period: 0\
Enable quantity: Unchecked\
For Subscription Plan Pricing check just **US Dollar (USD)** and set the **Price** to **0**\
After that -> **Save plan** and get the **Plan ID** from he list

### **Paddle Plan ID for 6 Months**

In your account, got to **Catalog** -> **Subscription Plans** -> **New Plan**\
Fill the following fields:\
Plan Name: What plan name you want to know that this is for 6 month, Ex: 6Month\
Billing Interval: 6 Months\
Trial Period: 0\
Enable quantity: Unchecked\
For Subscription Plan Pricing check just **US Dollar (USD)** and set the **Price** to **0**\
After that -> **Save plan** and get the **Plan ID** from he list

### **Paddle Plan ID for 12 Months**

In your account, got to **Catalog** -> **Subscription Plans** -> **New Plan**\
Fill the following fields:\
Plan Name: What plan name you want to know that this is for 12 month, Ex: 12Month\
Billing Interval: Yearly\
Trial Period: 0\
Enable quantity: Unchecked\
For Subscription Plan Pricing check just **US Dollar (USD)** and set the **Price** to **0**\
After that -> **Save plan** and get the **Plan ID** from he list


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://drsoft.gitbook.io/affiliates/white-label/payment-gateways-set-up/paddle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
