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

# PayLinks

> A shareable checkout URL tied to a product. No code required.

A PayLink is a hosted checkout page Suby generates for your product. Share the URL, the customer pays, and Suby handles everything else, tax calculation, payment processing, and access delivery.

<Frame>
  <img src="https://mintcdn.com/suby/763qk24TXoTgmPpN/images/newcheckout.png?fit=max&auto=format&n=763qk24TXoTgmPpN&q=85&s=10f4cbea254826c3433b2dcda3c5e7bc" alt="Newcheckout" width="2900" height="1644" data-path="images/newcheckout.png" />
</Frame>

## How It Works

<Steps>
  <Step title="Create a product">
    Set up your product in the dashboard, one-time or recurring.
  </Step>

  <Step title="Generate your PayLink">
    Suby generates a unique hosted checkout URL for that product.
  </Step>

  <Step title="Share it anywhere">
    Post it on your website, bio link, Discord, email, or anywhere else.
  </Step>

  <Step title="Customer pays">
    The customer lands on a Suby-hosted checkout page and completes payment.
  </Step>

  <Step title="Access delivered">
    Access is granted automatically based on your configured integration.
  </Step>
</Steps>

## Generating a PayLink

<Steps>
  <Step title="Open your product">
    Go to your dashboard and open the product.
  </Step>

  <Step title="Generate">
    Click **Generate PayLink**.
  </Step>

  <Step title="Share">
    Copy the URL and share it anywhere.
  </Step>
</Steps>

## What PayLinks Support

<CardGroup cols={2}>
  <Card title="One-time & Subscriptions" icon="bolt">
    Works for both billing types out of the box.
  </Card>

  <Card title="All Payment Methods" icon="credit-card">
    Cards, bank accounts, Apple Pay, Google Pay, and stablecoins.
  </Card>

  <Card title="Automatic Tax" icon="globe">
    Tax is calculated and collected in real time based on the customer's location.
  </Card>

  <Card title="Discount Codes" icon="tag">
    Customers can apply discount codes directly at checkout.
  </Card>
</CardGroup>

## Limitations

<Note>
  PayLinks cannot be set to expire, and customer details cannot be pre-filled via the URL. For pre-filled sessions or dynamic parameters, use the [Checkout Sessions API](/v2/api-reference/introduction) instead.
</Note>

## Combining PayLinks with the API

PayLinks and the API are not mutually exclusive. A common pattern is to use PayLinks for quick sales or marketing campaigns while using the API for subscription management, access control, and backend sync.

<Card title="Full API Reference" icon="code" href="/v2/api-reference/introduction">
  Endpoints, parameters, and response objects.
</Card>
