Payment links

No-code, Billingrails-hosted links for one-time payments and subscription signups

Overview

Payment links are no-code, Billingrails-hosted links you share with customers to make one-time payments or sign up for subscriptions.

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