Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt

Use this file to discover all available pages before exploring further.

Checkout Links are shareable URLs that let you accept payments without building a checkout page. Create a link with line items and share the URL via email, social media, or embed it on your website. Each link can be used multiple times and supports both payment and order modes.
curl https://api.leanrails.com/v1/checkout_links \
  -u "sk_test_xxx:" \
  -d title="Summer Sale" \
  -d "line_items[0][price]=price_abc123" \
  -d "line_items[0][quantity]=1"

Endpoints

Create a Checkout Link

Creates a new checkout link with the specified line items.

List all Checkout Links

Returns a paginated list of checkout links.

Retrieve a Checkout Link

Retrieves the details of an existing checkout link.

Update a Checkout Link

Updates an existing checkout link. Use this to deactivate a link or change its after-completion behavior.

List Checkout Link Line Items

Returns the line items for a checkout link.