Payment links

Create shareable links for accepting payments without building your own payment link

Overview

Payment links are shareable links that allow you to accept payments without building your own payment UI. Each link gets a unique URL you can share with customers. Payment links support both one-time purchases and subscription sign-ups.

To create a payment link using the dashboard:

  1. Navigate to Payment linksAdd payment link
  2. Choose the type (one-time or subscription)
  3. Enter a name for the payment link
  4. (Optional) Customize the slug for the link URL
  5. For one-time payments: add line items with descriptions and prices
  6. For subscription payments: select the plan customers will subscribe to
  7. Click Create payment link

You can also create payment links programmatically using the Payment Links API.

Slug

Each payment link has a unique slug that determines its URL: billingrails.link/{your-domain}/pay/{your-slug}. Slugs must be unique and can contain letters, numbers, and hyphens.

Hosted URL

Each published payment link gets a hosted URL: https://billingrails.link/{your-domain}/pay/{your-slug}

Share this URL directly with customers, embed it in emails, or link to it from your website. The checkout experience is fully hosted and maintained by Billingrails.

On this page