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

# Payment links

> Get paid sharing Sprintcheckout payment urls on your website, emails, chats,...

<Tip>
  Best way to learn how to set up a payment links is by going to [Dashboard.sprintcheckout.com/start-here](https://dashboard.sprintcheckout.com/#/admin/start-here) and follow the wizard.

  <br />

  <iframe width="560" height="315" src="https://www.youtube.com/embed/KFo6Xe34sug?si=sHB8yvyY3zHkFuUp" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />
</Tip>

## Adding a 'Pay with Crypto' Payment link

A "Pay with Crypto" payment link on your website lets you easily start accepting cryptocurrency payments.

Payment links let you accept crypto payments on your website with minimal functionality.

You can create a link for each of your products, and have the button redirect to a static checkout URL for the given product.

<Note>
  You cannot change your prices at checkout with payment links. For more flexibility, use the [API integration](/api-integration).
</Note>

### 1. Create Payment Link

1. In the Dashboard, navigate to the Get Paid section on the left menu.
2. Select New payment link.
3. Set up your payment link settings on the modal.
4. Click Create

### 2. Create Payment Button

1. Copy the Payment link.
2. Paste it into the following code block:

```bash html theme={null}
<a href="https://app.sprintcheckout.com/?uid=[your-payment-session-id]">
  <span>Pay with crypto</span>
</a>
```

3. Place the button on your website.

## Features

### Templates

Payment links UI can show invoice details if needed. Select Invoiice on the template selector.

**Invoices** <br />
If you need to get paid in crypto. The most professional and good looking option is Sprintcheckout Invoices.

<img width="300" src="https://mintcdn.com/sprintcheckout/Uctu2g9oQF9GwBEr/images/invoice.png?fit=max&auto=format&n=Uctu2g9oQF9GwBEr&q=85&s=46d1f8afb68561ca8e62cd500fc761ff" data-path="images/invoice.png" />

**Light** <br />
If you just need a simple payment UI, select the Light option under templates.

<img width="300" src="https://mintcdn.com/sprintcheckout/Uctu2g9oQF9GwBEr/images/light.png?fit=max&auto=format&n=Uctu2g9oQF9GwBEr&q=85&s=9cdf6a6b5f33496f9da2bb7093626db2" data-path="images/light.png" />

### Static and dynamic amount

If you want the user to be able to modify the payemnt amount, you can do so. Just select "editable" amount. In this case you might want to set up a minimum amount as well.

### One off and permanent payment links

You can create payment links that experire when user sucessfully pays them. Or you can create payment links that can have multiple payments. This is useful for donation type of payment links.
