Clearway Documentation
  • Home
  • Guides
  • Merchant API
  • Investor Read API
API integration
Getting startedAuthenticationAPI keys and scopesRequest headersIdempotencyErrorsWebhook verificationWebhook eventsOrders and revenueSubscriptionsCheckout integrationDashboard vs APIRate limits
Investor / LP
Investor Read API
Merchant dashboard
Getting startedPayment links & chargesPayment widgetClearway ElementsCheckout & branding
powered by Zudoku
Guides

Payment links and charges

Payment links and charges

Collect payments with or without a saved catalog product from the dashboard at https://app-dev.clearway.to.

Where: Products & Payment Links (/products)
History: My Links & Checkouts (/links)

For programmatic link creation, see API Reference (CREATE_PAYMENT_LINK, CREATE_CHECKOUT_SESSION).

Repeatable vs one-off

TypeBest forReuse
Repeatable payment linkFixed price many customers pay (e.g. "Piano tuning — $75")Same URL for every payer
One-off checkoutSingle invoice to one payerCreate a new checkout each time

Quick charge vs catalog

SourceWhen to use
Quick chargeYou know the service name and price now; catalog optional
Catalog productYou want images, reuse from product cards, or stable catalog history

Both support repeatable and one-off modes.

Flow — Quick charge (no catalog)

  1. Go to Products & Payment Links.
  2. In Quick charge, enter service name, price, and currency.
  3. Choose Repeatable payment link or One-off checkout.
  4. Optional: save to catalog for next time.
  5. Click create and copy the URL (or find it later on My Links & Checkouts).

Flow — Catalog product

  1. Create product — choose One-time or Recurring plan (monthly or annual).
  2. Open the product from Saved products (/products/saved).
  3. Use the Publish tab to create a repeatable link or one-off checkout.
  4. Share the URL from the success panel or /links.

Products vs Subscriptions (dashboard)

AreaWhat it is
Products (/products)Your catalog — what you sell, with images and pricing. You publish payment links and checkouts from here.
Subscriptions (/subscriptions)Operate recurring commerce — active subscribers, failed payments, payer emails, and billing policy. Only applies after a customer subscribes to a recurring plan catalog item.
Services → Service PlanWhat you pay Clearway (platform billing). Separate from customer subscriptions.

Mental model: Define + publish in Products; manage payers in Subscriptions.

Recurring plans

  • Recurring catalog items require a billing interval (monthly or annual) at create time.
  • Changing a product price creates a new Stripe price — existing subscribers keep their old price until you run a plan change from Subscriptions.
  • Recurring checkout uses your connected account billing (not the same path as one-time destination charges).

Before identity verification

You can create and edit catalog products before identity completes, but publishing payment links requires identity verification. Once identity passes, existing drafts are ready to publish.

Next steps

  • Getting started (dashboard)
  • Payment widget
  • Checkout integration (API)
Last modified on July 22, 2026
Getting startedPayment widget
On this page
  • Repeatable vs one-off
  • Quick charge vs catalog
  • Flow — Quick charge (no catalog)
  • Flow — Catalog product
  • Products vs Subscriptions (dashboard)
  • Recurring plans
  • Before identity verification
  • Next steps