> ## Documentation Index
> Fetch the complete documentation index at: https://docs.directify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Payment Links – PayPal, Razorpay, Stripe

> Use PayPal, Razorpay, Stripe Payment Links, Square, or any external payment provider with Directify paid submissions via custom payment links.

Any payment processor that supports payment links will work (PayPal, RazorPay, Square, Stripe Payment Links, etc.). Just create your payment links and configure plans manually.

## Setup

1. Go to **Settings** → **Paid Submissions**
2. Enable **Paid Submissions**
3. Select **Custom (PayPal, RazorPay or other)**

## Create Plans

For each plan, configure:

* **Name** - Plan display name
* **Price** - Amount and currency symbol
* **Payment Link** - URL to your payment processor (e.g., `https://paypal.me/yourbusiness/29`)
* **Button Text** - CTA text (e.g., "Buy Now")
* **Is Subscription** - Toggle for recurring payments
* **Features** - List of included/excluded features

<Frame>
  <img src="https://mintcdn.com/directify/gSOzDenXI0h2hqZU/images/paid-submissions.png?fit=max&auto=format&n=gSOzDenXI0h2hqZU&q=85&s=8a400f1e30cf1c5268f3c9247ce0ae84" alt="Custom plan configuration" width="2772" height="1584" data-path="images/paid-submissions.png" />
</Frame>

## Payment Flow

1. User submits listing and selects a plan
2. User is redirected to your payment link
3. User completes payment externally
4. You manually verify payment and approve the listing

<Note>
  Since payment links don't support webhooks, you'll need to manually check your payment processor and approve listings after payment confirmation.
</Note>

***

<CardGroup cols={2}>
  <Card title="Stripe Integration" icon="stripe" href="/paid-submissions/stripe">
    Automated payment processing with Stripe
  </Card>

  <Card title="Lemon Squeezy" icon="lemon" href="/paid-submissions/lemonsqueezy">
    Global tax-compliant payments with Lemon Squeezy
  </Card>
</CardGroup>
